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 623c5fc..3cfa50a 100644 (file)
@@ -11,8 +11,6 @@
 #include <fdtdec.h>
 #include <linux/ctype.h>
 
-#include <asm/gpio.h>
-
 DECLARE_GLOBAL_DATA_PTR;
 
 /*