commit | 1d80d0fdf7e13f5f1f769f5279803c887be07693 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Apr 29 16:17:26 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 29 18:28:14 2013 -0700 |
tree | 4c7e1316fba558255368421c5262f9b42689bfae | |
parent | ba3601a99fde549707f5f869c977c0072fee04e1 [diff] |
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>