From a08d643dbd855df837724a582babc55e82bd03b7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 15 Jan 2015 09:19:36 -0700 Subject: 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 --- lib/fdtdec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/fdtdec.c') 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; /* -- cgit v1.2.1