mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
[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>
This commit is contained in:
parent
4fa575b237
commit
df56eacdd5
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user