]> 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>
Wed, 20 Mar 2013 04:07:35 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:33:58 +0000 (16:33 +1100)
commit7aab41f94e5826c3e9b05dd4eb96212fd3469825
tree0ce1a341f6bf1286afbdabdfe9bbd7de1178fd10
parent9387380f90e65dfc955c8b2fcadd92afbbe21798
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