Skip to content

Commit

Permalink
Blackfin: bf537: fix lq035 platform device name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Scott Jiang authored and Bob Liu committed Oct 8, 2012
1 parent 4563f2c commit 57820b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf537/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 57820b3

Please sign in to comment.