perf/x86/intel/bts: Drop redundant declarations
[deliverable/linux.git] / arch / x86 / kernel / cpu / perf_event_intel_bts.c
index 43dd672d788bcc8a07106f8c84c0aeae786cb49e..54690e885759dd7b89711d3568e8916495e7b34f 100644 (file)
@@ -62,9 +62,6 @@ struct bts_buffer {
 
 struct pmu bts_pmu;
 
-void intel_pmu_enable_bts(u64 config);
-void intel_pmu_disable_bts(void);
-
 static size_t buf_size(struct page *page)
 {
        return 1 << (PAGE_SHIFT + page_private(page));
This page took 0.030271 seconds and 5 git commands to generate.