1
0
Fork 0

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

corgi_bl was renamed to generic_bl.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
hifive-unleashed-5.1
Philipp Zabel 2008-04-08 19:36:06 +01:00 committed by Russell King
parent 4fa575b237
commit df56eacdd5
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ static struct generic_bl_info backlight_info = {
};
static struct platform_device backlight = {
.name = "corgi-bl",
.name = "generic-bl",
.dev = {
.platform_data = &backlight_info,
},