projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10b683c
)
ARM: mmp: add missing irqs.h
author
Haojian Zhuang
<haojian.zhuang@gmail.com>
Mon, 30 Jul 2012 14:20:34 +0000
(22:20 +0800)
committer
Olof Johansson
<olof@lixom.net>
Thu, 2 Aug 2012 17:15:59 +0000
(10:15 -0700)
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 <haojian.zhuang@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-mmp/gplugd.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-mmp/gplugd.c
b/arch/arm/mach-mmp/gplugd.c
index f516e74ce0d5bf1ecc2b20fc874fae1c822c185e..5c3d61ee729a79486a7d2f19f564a774ce64c335 100644
(file)
--- a/
arch/arm/mach-mmp/gplugd.c
+++ b/
arch/arm/mach-mmp/gplugd.c
@@
-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>