瀏覽代碼

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>
Simon Glass 10 年之前
父節點
當前提交
a08d643dbd
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lib/fdtdec.c

+ 0 - 2
lib/fdtdec.c

@@ -11,8 +11,6 @@
 #include <fdtdec.h>
 #include <linux/ctype.h>
 
-#include <asm/gpio.h>
-
 DECLARE_GLOBAL_DATA_PTR;
 
 /*