Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / arch / mips / include / asm / kspd.h
index 4e9e724c8935870094e6c59b389f49d984f336d1..ec6832950aced941344157146774e375abe5183f 100644 (file)
@@ -25,12 +25,8 @@ struct kspd_notifications {
        struct list_head list;
 };
 
-#ifdef CONFIG_MIPS_APSP_KSPD
-extern void kspd_notify(struct kspd_notifications *notify);
-#else
 static inline void kspd_notify(struct kspd_notifications *notify)
 {
 }
-#endif
 
 #endif