From 13a542475d1c62a12c77abfa83a790245598fc61 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Sun, 4 Jul 2010 23:24:52 +0800 Subject: [ARM] pxa: removing dead BACKLIGHT_CORGI BACKLIGHT_CORGI was later renamed to BACKLIGHT_GENERIC and has not been used since then. As it's now safe to completely transition to LCD_CORGI driver, which incorprates both the LCD and backlight device. Signed-off-by: Christoph Egger Signed-off-by: Eric Miao --- arch/arm/mach-pxa/spitz_pm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm/mach-pxa/spitz_pm.c') diff --git a/arch/arm/mach-pxa/spitz_pm.c b/arch/arm/mach-pxa/spitz_pm.c index 4209ddf6da61..b36f0ae9dae1 100644 --- a/arch/arm/mach-pxa/spitz_pm.c +++ b/arch/arm/mach-pxa/spitz_pm.c @@ -212,8 +212,6 @@ struct sharpsl_charger_machinfo spitz_pm_machinfo = { .should_wakeup = spitz_should_wakeup, #if defined(CONFIG_LCD_CORGI) .backlight_limit = corgi_lcd_limit_intensity, -#elif defined(CONFIG_BACKLIGHT_CORGI) - .backlight_limit = corgibl_limit_intensity, #endif .charge_on_volt = SHARPSL_CHARGE_ON_VOLT, .charge_on_temp = SHARPSL_CHARGE_ON_TEMP, -- cgit v1.2.3