瀏覽代碼

libfdt: remove unnecessary include directive from <linux/libfdt.h>

<linux/libfdt.h> is a wrapper of scripts/dtc/libfdt/libfdt.h
It should not do more than its job.  In fact, libfdt.h depends
on fdt.h, and scripts/dtc/libfdt/libfdt.h includes fdt.h already.
Trust the work in the upstream DTC project.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Masahiro Yamada 7 年之前
父節點
當前提交
5fbd55d21e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/linux/libfdt.h

+ 0 - 1
include/linux/libfdt.h

@@ -3,7 +3,6 @@
 #define _INCLUDE_LIBFDT_H_
 
 #include <linux/libfdt_env.h>
-#include "../../scripts/dtc/libfdt/fdt.h"
 #include "../../scripts/dtc/libfdt/libfdt.h"
 
 #endif /* _INCLUDE_LIBFDT_H_ */