projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009067c
)
dm: Drop gpio.h header from fdtdec.c
author
Simon Glass
<sjg@chromium.org>
Thu, 15 Jan 2015 16:19:36 +0000
(09:19 -0700)
committer
Simon Glass
<sjg@chromium.org>
Fri, 30 Jan 2015 00:09:53 +0000
(17:09 -0700)
Since GPIO support has now moved to the driver model uclass, we can drop
this include.
Signed-off-by: Simon Glass <sjg@chromium.org>
lib/fdtdec.c
patch
|
blob
|
history
diff --git
a/lib/fdtdec.c
b/lib/fdtdec.c
index 623c5fcd6dcf28d69e4cbcb6c08d8eeac9e0861a..3cfa50a6d5354db5e3b1cc5ad5288b1bf11c9a72 100644
(file)
--- a/
lib/fdtdec.c
+++ b/
lib/fdtdec.c
@@
-11,8
+11,6
@@
#include <fdtdec.h>
#include <linux/ctype.h>
-#include <asm/gpio.h>
-
DECLARE_GLOBAL_DATA_PTR;
/*