File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,6 @@ static inline void clear_perf_counter_pending(void)
156
156
"i" (offsetof(struct paca_struct , perf_counter_pending )));
157
157
}
158
158
159
- extern void perf_counter_do_pending (void );
160
-
161
159
#else
162
160
163
161
static inline unsigned long test_perf_counter_pending (void )
@@ -167,7 +165,6 @@ static inline unsigned long test_perf_counter_pending(void)
167
165
168
166
static inline void set_perf_counter_pending (void ) {}
169
167
static inline void clear_perf_counter_pending (void ) {}
170
- static inline void perf_counter_do_pending (void ) {}
171
168
#endif /* CONFIG_PERF_COUNTERS */
172
169
173
170
#endif /* __KERNEL__ */
Original file line number Diff line number Diff line change 53
53
#include <linux/bootmem.h>
54
54
#include <linux/pci.h>
55
55
#include <linux/debugfs.h>
56
+ #include <linux/perf_counter.h>
56
57
57
58
#include <asm/uaccess.h>
58
59
#include <asm/system.h>
You can’t perform that action at this time.
0 commit comments