Browse Source

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>
Scott Jiang 13 years ago
parent
commit
57820b3469
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/blackfin/mach-bf537/boards/stamp.c

+ 1 - 1
arch/blackfin/mach-bf537/boards/stamp.c

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