Skip to content

Commit

Permalink
ARM: mmp: add missing irqs.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
hzhuang1 authored and olofj committed Aug 2, 2012
1 parent 10b683c commit bac6f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-mmp/gplugd.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <asm/mach/arch.h>
#include <asm/mach-types.h>

#include <mach/irqs.h>
#include <mach/pxa168.h>
#include <mach/mfp-pxa168.h>

Expand Down

0 comments on commit bac6f61

Please sign in to comment.