From: Simon Glass Date: Thu, 15 Jan 2015 16:19:36 +0000 (-0700) Subject: dm: Drop gpio.h header from fdtdec.c X-Git-Tag: v2015.04-rc1~7^2~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a08d643dbd85;p=u-boot dm: Drop gpio.h header from fdtdec.c Since GPIO support has now moved to the driver model uclass, we can drop this include. Signed-off-by: Simon Glass --- diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 623c5fcd6d..3cfa50a6d5 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -11,8 +11,6 @@ #include #include -#include - DECLARE_GLOBAL_DATA_PTR; /*