]> Pileus Git - ~andy/linux/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>
Fri, 8 Mar 2013 07:30:13 +0000 (08:30 +0100)
commitc791126b93e800c68557483235321b201c082910
treea15e3906b4ac861bd291d4fc5ec2eb7575c4444c
parent6dbe51c251a327e012439c4772097a13df43c5b8
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