[U-Boot] [PATCH] dm: Drop gpio.h header from fdtdec.c
Simon Glass
sjg at chromium.org
Thu Jan 15 17:19:36 CET 2015
Since GPIO support has now moved to the driver model uclass, we can drop
this include.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list