The patch titled Subject: fbdev/bfin_adv7393fb: move DRIVER_NAME before its first use has been removed from the -mm tree. Its filename was fbdev-bfin_adv7393fb-move-driver_name-before-its-first-use.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 -- 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