Re: [U-Boot] [PATCH v6 06/31] mtd: fix build issue with includes

2018-08-16 Thread Boris Brezillon
On Thu, 16 Aug 2018 17:33:18 +0200 Boris Brezillon wrote: > On Thu, 16 Aug 2018 17:30:04 +0200 > Miquel Raynal wrote: > > > Fix build errors produced by mtd.h and dm/device.h if not included in > > the right order. > > > > Signed-off-by: Miquel Raynal > > Reviewed-by: Jagan Teki > > I'm

Re: [U-Boot] [PATCH v6 06/31] mtd: fix build issue with includes

2018-08-16 Thread Boris Brezillon
On Thu, 16 Aug 2018 17:30:04 +0200 Miquel Raynal wrote: > Fix build errors produced by mtd.h and dm/device.h if not included in > the right order. > > Signed-off-by: Miquel Raynal > Reviewed-by: Jagan Teki I'm pretty sure this patch is not needed, the build failure has been fixed in patch 5.

[U-Boot] [PATCH v6 06/31] mtd: fix build issue with includes

2018-08-16 Thread Miquel Raynal
Fix build errors produced by mtd.h and dm/device.h if not included in the right order. Signed-off-by: Miquel Raynal Reviewed-by: Jagan Teki --- include/linux/mtd/mtd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index