diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-10-11 11:14:12 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-10-11 11:14:12 +0200 |
commit | 2551aebc670073530d15ee249c6e41afda82a98b (patch) | |
tree | accd5291cdc50edd12a76ff514b6b06ed30367cd /arch/mips/include | |
parent | 2eaaac508a7435dda92f9f16d612a1354ea3d7c4 (diff) | |
download | linux-2551aebc670073530d15ee249c6e41afda82a98b.tar.bz2 |
MIPS: MT: Remove kspd.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-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 { 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 |