Commit df56eacd authored by Philipp Zabel's avatar Philipp Zabel Committed by Russell King

[ARM] 4942/1: magician: fix the backlight driver name

corgi_bl was renamed to generic_bl.
Signed-off-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4fa575b2
...@@ -135,7 +135,7 @@ static struct generic_bl_info backlight_info = { ...@@ -135,7 +135,7 @@ static struct generic_bl_info backlight_info = {
}; };
static struct platform_device backlight = { static struct platform_device backlight = {
.name = "corgi-bl", .name = "generic-bl",
.dev = { .dev = {
.platform_data = &backlight_info, .platform_data = &backlight_info,
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment