Skip to content
Snippets Groups Projects
Commit a08d643d authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 009067c3
No related branches found
No related tags found
No related merge requests found
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
#include <fdtdec.h> #include <fdtdec.h>
#include <linux/ctype.h> #include <linux/ctype.h>
#include <asm/gpio.h>
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment