Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57820b34 authored by Scott Jiang's avatar Scott Jiang Committed by Bob Liu
Browse files

Blackfin: bf537: fix lq035 platform device name



Lq035 fb driver uses KBUILD_MODNAME which is bf537_lq035 instead of
bf537-lq035.

Signed-off-by: default avatarScott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
parent 4563f2cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1525,7 +1525,7 @@ static struct platform_device bfin_sport_spi1_device = {

#if defined(CONFIG_FB_BF537_LQ035) || defined(CONFIG_FB_BF537_LQ035_MODULE)
static struct platform_device bfin_fb_device = {
	.name = "bf537-lq035",
	.name = "bf537_lq035",
};
#endif