Fix build errors produced by mtd.h and dm/device.h if not included in the right order.
Signed-off-by: Miquel Raynal <miquel.ray...@bootlin.com> Reviewed-by: Jagan Teki <ja...@openedev.com> --- include/linux/mtd/mtd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 78eb745c04..32e3f31f8c 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h @@ -21,6 +21,7 @@ #include <mtd/mtd-abi.h> #include <linux/errno.h> #include <div64.h> +#include <dm/device.h> #define MAX_MTD_DEVICES 32 #endif -- 2.14.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot