Revision 18f694271b86ee279e88208550cc49fee206b544 authored by David Rientjes on 16 November 2012, 22:14:52 UTC, committed by Linus Torvalds on 16 November 2012, 22:33:04 UTC
Using a cross-compiler to fix another issue, the following build error
occurred for mips defconfig:

  arch/mips/fw/arc/misc.c: In function 'ArcHalt':
  arch/mips/fw/arc/misc.c:25:2: error: implicit declaration of function 'local_irq_disable'

Fix it up by including irqflags.h.

Signed-off-by: David Rientjes <rientjes@google.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 9a5a8f1
History
File Mode Size
binding.txt -rw-r--r-- 3.5 KB
bus.txt -rw-r--r-- 4.0 KB
class.txt -rw-r--r-- 4.4 KB
device.txt -rw-r--r-- 3.2 KB
devres.txt -rw-r--r-- 7.9 KB
driver.txt -rw-r--r-- 7.4 KB
overview.txt -rw-r--r-- 4.6 KB
platform.txt -rw-r--r-- 10.3 KB
porting.txt -rw-r--r-- 12.7 KB

back to top