drivers/video/backlight/platform_lcd.c: remove unnecessary ifdefs
authorJingoo Han <jg1.han@samsung.com>
Mon, 29 Apr 2013 23:17:26 +0000 (16:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:14 +0000 (18:28 -0700)
commit1d80d0fdf7e13f5f1f769f5279803c887be07693
tree4c7e1316fba558255368421c5262f9b42689bfae
parentba3601a99fde549707f5f869c977c0072fee04e1
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/platform_lcd.c