diff options
author | Simon Glass <sjg@chromium.org> | 2015-01-15 09:19:36 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-29 17:09:53 -0700 |
commit | a08d643dbd855df837724a582babc55e82bd03b7 (patch) | |
tree | b7e1c66569fbd772596fec431ee39169d4e611bd | |
parent | 009067c3b756de0f94f4a0d03718873614e756f1 (diff) | |
download | u-boot-imx-a08d643dbd855df837724a582babc55e82bd03b7.zip u-boot-imx-a08d643dbd855df837724a582babc55e82bd03b7.tar.gz u-boot-imx-a08d643dbd855df837724a582babc55e82bd03b7.tar.bz2 |
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 <sjg@chromium.org>
-rw-r--r-- | lib/fdtdec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 623c5fc..3cfa50a 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; /* |