
15 Jan
2015
15 Jan
'15
5:19 p.m.
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 | 2 -- 1 file changed, 2 deletions(-)
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 3306028..fe30305 100644 --- 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;
/*
--
2.2.0.rc0.207.ga3a616c