libfdt: remove unnecessary include directive from <linux/libfdt.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 7 Jan 2018 03:02:16 +0000 (12:02 +0900)
committerRob Herring <robh@kernel.org>
Thu, 11 Jan 2018 20:39:07 +0000 (14:39 -0600)
commit5fbd55d21e562977773217828fcfa33cc44b16ac
treec4d67bc1d60d44c37556e3d74de19c96dfc2967c
parentbd6dc70b62bb99d257a3ef39840fd89bf98bc0dd
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>
include/linux/libfdt.h