diff options
| -rw-r--r-- | arch/arm/mach-ep93xx/core.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c index 9092677f63eb..ac6aeeb974d6 100644 --- a/arch/arm/mach-ep93xx/core.c +++ b/arch/arm/mach-ep93xx/core.c | |||
| @@ -620,6 +620,11 @@ static struct platform_device ep93xx_fb_device = { | |||
| 620 | .resource = ep93xx_fb_resource, | 620 | .resource = ep93xx_fb_resource, |
| 621 | }; | 621 | }; |
| 622 | 622 | ||
| 623 | static struct platform_device ep93xx_bl_device = { | ||
| 624 | .name = "ep93xx-bl", | ||
| 625 | .id = -1, | ||
| 626 | }; | ||
| 627 | |||
| 623 | /** | 628 | /** |
| 624 | * ep93xx_register_fb - Register the framebuffer platform device. | 629 | * ep93xx_register_fb - Register the framebuffer platform device. |
| 625 | * @data: platform specific framebuffer configuration (__initdata) | 630 | * @data: platform specific framebuffer configuration (__initdata) |
| @@ -628,6 +633,7 @@ void __init ep93xx_register_fb(struct ep93xxfb_mach_info *data) | |||
| 628 | { | 633 | { |
| 629 | ep93xxfb_data = *data; | 634 | ep93xxfb_data = *data; |
| 630 | platform_device_register(&ep93xx_fb_device); | 635 | platform_device_register(&ep93xx_fb_device); |
| 636 | platform_device_register(&ep93xx_bl_device); | ||
| 631 | } | 637 | } |
| 632 | 638 | ||
| 633 | 639 | ||
