]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/video/backlight/platform_lcd.c: remove unnecessary ifdefs
authorJingoo Han <jg1.han@samsung.com>
Tue, 26 Mar 2013 23:24:54 +0000 (10:24 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 2 Apr 2013 07:29:17 +0000 (18:29 +1100)
commite1e73f8d2cd369b78c03dce9ba91c1b8e80a9317
treeb81f383a0c4056652a6bed7737529ebc88ee1343
parent82a6406fe5782eebb34ded08ca4429492758c708
drivers/video/backlight/platform_lcd.c: remove unnecessary ifdefs

When the macro such as SIMPLE_DEV_PM_OPS is used, there is no need to use
'#ifdef CONFIG_PM' to prevent build error.  Thus, this patch removes
unnecessary ifdefs.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/platform_lcd.c