mips, arc: fix build failure
authorDavid Rientjes <rientjes@google.com>
Fri, 16 Nov 2012 22:14:52 +0000 (14:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Nov 2012 22:33:04 +0000 (14:33 -0800)
commit18f694271b86ee279e88208550cc49fee206b544
tree3f0f2ed2ab651821af8de877bcc27d087b78b3c7
parent9a5a8f19b43430752067ecaee62fc59e11e88fa6
mips, arc: fix build failure

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>
arch/mips/fw/arc/misc.c