]> 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>
Sun, 10 Mar 2013 10:54:51 +0000 (21:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:56:34 +0000 (14:56 +1100)
commit8dc58e51cb7d3e4a21f209963619fd62c36163d7
treeda39a8a053fcbe0095f1610e62cdbb499dd87be0
parentd6eeaa979c9f4d68cbac6f29d39ea8a2a7a9417c
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