diff options
author | 2013-05-21 16:59:19 +0200 | |
---|---|---|
committer | 2013-05-22 01:34:27 +0200 | |
commit | bdc92d74e0ec95a8101447467c25f015105f2e5a (patch) | |
tree | 3351d0c3678a5db6a1229c89c8f158748890112f /arch/mips/include/asm/processor.h | |
parent | MIPS: Idle: Don't call local_irq_disable() in cpu_wait() implementations. (diff) | |
download | wireguard-linux-bdc92d74e0ec95a8101447467c25f015105f2e5a.tar.xz wireguard-linux-bdc92d74e0ec95a8101447467c25f015105f2e5a.zip |
MIPS: Idle: Consolidate all declarations in <asm/idle.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/processor.h')
-rw-r--r-- | arch/mips/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/processor.h b/arch/mips/include/asm/processor.h index 71686c897dea..1470b7b68b0e 100644 --- a/arch/mips/include/asm/processor.h +++ b/arch/mips/include/asm/processor.h @@ -28,7 +28,6 @@ /* * System setup and hardware flags.. */ -extern void (*cpu_wait)(void); extern unsigned int vced_count, vcei_count; |