commit | c791126b93e800c68557483235321b201c082910 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Feb 25 17:15:47 2013 +0900 |
committer | Thierry Reding <thierry.reding@avionic-design.de> | Fri Mar 08 08:30:13 2013 +0100 |
tree | a15e3906b4ac861bd291d4fc5ec2eb7575c4444c | |
parent | 6dbe51c251a327e012439c4772097a13df43c5b8 [diff] |
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>