ARM: mmp: add missing irqs.h
authorHaojian Zhuang <[email protected]>
Mon, 30 Jul 2012 14:20:34 +0000 (22:20 +0800)
committerOlof Johansson <[email protected]>
Thu, 2 Aug 2012 17:15:59 +0000 (10:15 -0700)
commitbac6f61550043195ee59e9cef0db67af23baf11e
treed12614482d8fcc5436bc5b97ce704c79dba6c606
parent10b683cba5ef5cf4e0b50aabe5ed7137960b64e0
ARM: mmp: add missing irqs.h

arch/arm/mach-mmp/gplugd.c:195:13: error: ‘MMP_NR_IRQS’ undeclared here
(not in a function)
make[1]: *** [arch/arm/mach-mmp/gplugd.o] Error 1

Include <mach/irqs.h> to fix this issue.

Signed-off-by: Haojian Zhuang <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
arch/arm/mach-mmp/gplugd.c