pwm_backlight: remove unnecessary ifdefs
authorJingoo Han <jg1.han@samsung.com>
Mon, 25 Feb 2013 08:15:47 +0000 (17:15 +0900)
committerThierry Reding <thierry.reding@avionic-design.de>
Fri, 8 Mar 2013 07:30:13 +0000 (08:30 +0100)
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>
Cc: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>

No differences found