public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] h8300: include: asm: Kbuild: add gpio.h for pass compiling
@ 2013-08-26 10:16 Chen Gang
  2013-08-26 10:21 ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Chen Gang @ 2013-08-26 10:16 UTC (permalink / raw)
  To: Yoshinori Sato, Arnd Bergmann, dhowells@redhat.com,
	Geert Uytterhoeven, davej, David Sharp
  Cc: linux-kernel@vger.kernel.org

Need add default "gpio.h" for h8300, or can not pass compiling.

The related error (allmodconfig for h8300):

  arch/h8300/kernel/h8300_ksyms.c:17:22: fatal error: asm/gpio.h: No such file or directory
   #include <asm/gpio.h>
                        ^

Signed-off-by: Chen Gang <gang.chen@asianux.com>
---
 arch/h8300/include/asm/Kbuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/h8300/include/asm/Kbuild b/arch/h8300/include/asm/Kbuild
index 8ada3cf..4c627aa 100644
--- a/arch/h8300/include/asm/Kbuild
+++ b/arch/h8300/include/asm/Kbuild
@@ -1,6 +1,7 @@
 
 generic-y += clkdev.h
 generic-y += exec.h
+generic-y += gpio.h
 generic-y += linkage.h
 generic-y += mmu.h
 generic-y += module.h
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-30  9:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-26 10:16 [PATCH] h8300: include: asm: Kbuild: add gpio.h for pass compiling Chen Gang
2013-08-26 10:21 ` Geert Uytterhoeven
2013-08-26 10:59   ` Chen Gang
2013-08-27  4:11     ` Chen Gang
2013-08-30  9:12       ` Chen Gang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox