]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dm: Drop gpio.h header from fdtdec.c
authorSimon Glass <sjg@chromium.org>
Thu, 15 Jan 2015 16:19:36 +0000 (09:19 -0700)
committerSimon 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

index 623c5fcd6dcf28d69e4cbcb6c08d8eeac9e0861a..3cfa50a6d5354db5e3b1cc5ad5288b1bf11c9a72 100644 (file)
@@ -11,8 +11,6 @@
 #include <fdtdec.h>
 #include <linux/ctype.h>
 
-#include <asm/gpio.h>
-
 DECLARE_GLOBAL_DATA_PTR;
 
 /*