diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-04-08 14:36:06 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-19 06:29:06 -0400 |
commit | df56eacdd5b1018f3f2831ff245a7cb70c602454 (patch) | |
tree | 471d2e51d9e1a92fe1378add266a4447c27c11b0 /arch | |
parent | 4fa575b2376c26a2204f9d848e7555452888b69b (diff) |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pxa/magician.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index d98ef7ada2f8..b0dc18110225 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c | |||
@@ -135,7 +135,7 @@ static struct generic_bl_info backlight_info = { | |||
135 | }; | 135 | }; |
136 | 136 | ||
137 | static struct platform_device backlight = { | 137 | static struct platform_device backlight = { |
138 | .name = "corgi-bl", | 138 | .name = "generic-bl", |
139 | .dev = { | 139 | .dev = { |
140 | .platform_data = &backlight_info, | 140 | .platform_data = &backlight_info, |
141 | }, | 141 | }, |