[U-Boot] [PATCH] dm: Drop gpio.h header from fdtdec.c

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

21 Jan
21 Jan
1:36 a.m.
On 15 January 2015 at 09:19, Simon Glass sjg@chromium.org wrote:
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(-)
Applied to u-boot-dm.
3766
Age (days ago)
3772
Last active (days ago)
1 comments
1 participants
participants (1)
-
Simon Glass