]> 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>
Fri, 22 Mar 2013 04:33:18 +0000 (15:33 +1100)
commit2f990750ddb25477c9af1c9aedb20e709ce9eb6d
tree26cf92767e49b78567dfbe83a1e8c8684dc7bc19
parent00ee346b3ddcb2670c6f62c1d0d9a3758b714963
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