dect
/
linux-2.6
Archived
13
0
Fork 0

Blackfin: bf537: fix lq035 platform device name

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

Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
Scott Jiang 2012-08-14 11:59:31 -04:00 committed by Bob Liu
parent 4563f2cc29
commit 57820b3469
1 changed files with 1 additions and 1 deletions

View File

@ -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