From: Philipp Zabel Date: Tue, 8 Apr 2008 18:36:06 +0000 (+0100) Subject: [ARM] 4942/1: magician: fix the backlight driver name X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=df56eacdd5b1018f3f2831ff245a7cb70c602454;p=linux-beck.git [ARM] 4942/1: magician: fix the backlight driver name corgi_bl was renamed to generic_bl. Signed-off-by: Philipp Zabel Signed-off-by: Russell King --- 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 = { }; static struct platform_device backlight = { - .name = "corgi-bl", + .name = "generic-bl", .dev = { .platform_data = &backlight_info, },