The patch titled Subject: arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warning has been added to the -mm tree. Its filename is arch-sh-mach-kfr2r09-fix-struct-mtd_oob_ops-build-warning.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/arch-sh-mach-kfr2r09-fix-struct-mtd_oob_ops-build-warning.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/arch-sh-mach-kfr2r09-fix-struct-mtd_oob_ops-build-warning.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warning arch/sh/boards/mach-kfr2r09/setup.c does not need to #include <mtd/onenand.h>, and doing so causes a build warning, so drop that header file. In file included from ../arch/sh/boards/mach-kfr2r09/setup.c:28: ../include/linux/mtd/onenand.h:225:12: warning: 'struct mtd_oob_ops' declared inside parameter list will not be visible outside of this definition or declaration struct mtd_oob_ops *ops); Link: http://lkml.kernel.org/r/702f0a25-c63e-6912-4640-6ab0f00afbc7@xxxxxxxxxxxxx Fixes: f3590dc32974 ("media: arch: sh: kfr2r09: Use new renesas-ceu camera driver") Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Reported-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Suggested-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> Reviewed-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> Cc: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Cc: Rich Felker <dalias@xxxxxxxx> Cc: Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> Cc: Magnus Damm <magnus.damm@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/sh/boards/mach-kfr2r09/setup.c | 1 - 1 file changed, 1 deletion(-) --- a/arch/sh/boards/mach-kfr2r09/setup.c~arch-sh-mach-kfr2r09-fix-struct-mtd_oob_ops-build-warning +++ a/arch/sh/boards/mach-kfr2r09/setup.c @@ -25,7 +25,6 @@ #include <linux/memblock.h> #include <linux/mfd/tmio.h> #include <linux/mmc/host.h> -#include <linux/mtd/onenand.h> #include <linux/mtd/physmap.h> #include <linux/platform_data/lv5207lp.h> #include <linux/platform_device.h> _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are scripts-faddr2line-fix-location-of-start_kernel-in-comment.patch arch-sh-mach-kfr2r09-fix-struct-mtd_oob_ops-build-warning.patch