Skip to content

Commit

Permalink
[ARM] 4942/1: magician: fix the backlight driver name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philipp Zabel authored and Russell King committed Apr 19, 2008
1 parent 4fa575b commit df56eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/magician.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit df56eac

Please sign in to comment.