diff options
Diffstat (limited to 'arch/mips/include/asm/kspd.h')
-rw-r--r-- | arch/mips/include/asm/kspd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/include/asm/kspd.h b/arch/mips/include/asm/kspd.h index 4e9e724c8935..ec6832950ace 100644 --- a/arch/mips/include/asm/kspd.h +++ b/arch/mips/include/asm/kspd.h | |||
@@ -25,12 +25,8 @@ struct kspd_notifications { | |||
25 | struct list_head list; | 25 | struct list_head list; |
26 | }; | 26 | }; |
27 | 27 | ||
28 | #ifdef CONFIG_MIPS_APSP_KSPD | ||
29 | extern void kspd_notify(struct kspd_notifications *notify); | ||
30 | #else | ||
31 | static inline void kspd_notify(struct kspd_notifications *notify) | 28 | static inline void kspd_notify(struct kspd_notifications *notify) |
32 | { | 29 | { |
33 | } | 30 | } |
34 | #endif | ||
35 | 31 | ||
36 | #endif | 32 | #endif |