]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Tue, 26 Feb 2013 07:29:57 +0000 (08:29 +0100)
commita32e1d1057b0f7c10df702cc2415432fa4a35c41
tree831adba0a841b3469a04fdcae50e0187a0631bc4
parent30f786170352b8264bc7b61c2482713e54accec8
pwm_backlight: 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>
Cc: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
drivers/video/backlight/pwm_bl.c