mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08: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