diff options
Diffstat (limited to 'arch/powerpc/include/asm/hw_irq.h')
-rw-r--r-- | arch/powerpc/include/asm/hw_irq.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/hw_irq.h b/arch/powerpc/include/asm/hw_irq.h index 20a44d0c9fdd..53512374e1c9 100644 --- a/arch/powerpc/include/asm/hw_irq.h +++ b/arch/powerpc/include/asm/hw_irq.h | |||
@@ -156,8 +156,6 @@ static inline void clear_perf_counter_pending(void) | |||
156 | "i" (offsetof(struct paca_struct, perf_counter_pending))); | 156 | "i" (offsetof(struct paca_struct, perf_counter_pending))); |
157 | } | 157 | } |
158 | 158 | ||
159 | extern void perf_counter_do_pending(void); | ||
160 | |||
161 | #else | 159 | #else |
162 | 160 | ||
163 | static inline unsigned long test_perf_counter_pending(void) | 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 | static inline void set_perf_counter_pending(void) {} | 166 | static inline void set_perf_counter_pending(void) {} |
169 | static inline void clear_perf_counter_pending(void) {} | 167 | static inline void clear_perf_counter_pending(void) {} |
170 | static inline void perf_counter_do_pending(void) {} | ||
171 | #endif /* CONFIG_PERF_COUNTERS */ | 168 | #endif /* CONFIG_PERF_COUNTERS */ |
172 | 169 | ||
173 | #endif /* __KERNEL__ */ | 170 | #endif /* __KERNEL__ */ |