]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fdt: Include arch specific gpio.h instead of asm-generic/gpio.h
authorMichal Simek <monstr@monstr.eu>
Wed, 11 Jul 2012 02:26:38 +0000 (02:26 +0000)
committerAnatolij Gustschin <agust@denx.de>
Fri, 10 Aug 2012 21:25:47 +0000 (23:25 +0200)
Include arch specific gpio.h instead of asm-generic/gpio.h
because several architectures (Microblaze, Blackfin, Nios2, OpenRISC)
define gpio functions in header file.
asm-generic/gpio.h can be included in arch specific gpio.h
(For example: ARM)

Signed-off-by: Michal Simek <monstr@monstr.eu>
CC: Simon Glass <sjg@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Simon Glass <sjg@chromium.org>
lib/fdtdec.c

index cc09e06c730d993c06f3cc5798ef02077807d979..af17ac1b7a1cdc24bd40f30dd2e1a2b149a42936 100644 (file)
@@ -24,8 +24,7 @@
 #include <libfdt.h>
 #include <fdtdec.h>
 
-/* we need the generic GPIO interface here */
-#include <asm-generic/gpio.h>
+#include <asm/gpio.h>
 
 DECLARE_GLOBAL_DATA_PTR;