commit | a7ca162ca106fbec294d390a1d98ab7a0cbb65a0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 02 16:04:11 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 08 16:24:26 2017 -0500 |
tree | e0a92ec6d7064a89748e860c81aa83b554a4b7f6 | |
parent | 464eee1b31a7c414542534cb98d5140944105daf [diff] |
pwm: remove unneeded ifdef CONFIG_DM_PWM ... endif Both CONFIG_PWM_TEGRA and CONFIG_PWM_EXYNOS depend on CONFIG_DM_PWM, i.e. they are already guarded by Kconfig correctly. Remove unneeded ifdef CONFIG_DM_PWM ... endif. While we are here, let's tidy up alignment and sort the lines alphabetically in Makefile. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>