The patch titled Subject: fbdev/bfin_adv7393fb: move DRIVER_NAME before its first use has been added to the -mm tree. Its filename is fbdev-bfin_adv7393fb-move-driver_name-before-its-first-use.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fbdev-bfin_adv7393fb-move-driver_name-before-its-first-use.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fbdev-bfin_adv7393fb-move-driver_name-before-its-first-use.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Borislav Petkov <bp@xxxxxxx> Subject: fbdev/bfin_adv7393fb: move DRIVER_NAME before its first use Move the DRIVER_NAME macro definition before the first usage site and fix build error. Link: http://lkml.kernel.org/r/20160801163937.GA28119@xxxxxxxxxxx Signed-off-by: Borislav Petkov <bp@xxxxxxx> Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx> Cc: Jean-Christophe Plagniol-Villard <plagnioj@xxxxxxxxxxxx> Cc: Tomi Valkeinen <tomi.valkeinen@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/fbdev/bfin_adv7393fb.c | 2 ++ drivers/video/fbdev/bfin_adv7393fb.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/video/fbdev/bfin_adv7393fb.c~fbdev-bfin_adv7393fb-move-driver_name-before-its-first-use drivers/video/fbdev/bfin_adv7393fb.c --- a/drivers/video/fbdev/bfin_adv7393fb.c~fbdev-bfin_adv7393fb-move-driver_name-before-its-first-use +++ a/drivers/video/fbdev/bfin_adv7393fb.c @@ -10,6 +10,8 @@ * TODO: Code Cleanup */ +#define DRIVER_NAME "bfin-adv7393" + #define pr_fmt(fmt) DRIVER_NAME ": " fmt #include <linux/module.h> diff -puN drivers/video/fbdev/bfin_adv7393fb.h~fbdev-bfin_adv7393fb-move-driver_name-before-its-first-use drivers/video/fbdev/bfin_adv7393fb.h --- a/drivers/video/fbdev/bfin_adv7393fb.h~fbdev-bfin_adv7393fb-move-driver_name-before-its-first-use +++ a/drivers/video/fbdev/bfin_adv7393fb.h @@ -59,8 +59,6 @@ enum { BLANK_OFF, }; -#define DRIVER_NAME "bfin-adv7393" - struct adv7393fb_modes { const s8 name[25]; /* Full name */ u16 xres; /* Active Horizonzal Pixels */ _ Patches currently in -mm which might be from bp@xxxxxxx are fbdev-bfin_adv7393fb-move-driver_name-before-its-first-use.patch ratelimit-extend-to-print-suppressed-messages-on-release.patch printk-add-kernel-parameter-to-control-writes-to-dev-kmsg.patch printk-add-kernel-parameter-to-control-writes-to-dev-kmsg-update.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html