Re: [U-Boot] [PATCH] pwm: remove unneeded ifdef CONFIG_DM_PWM ... endif

2017-02-06 Thread Simon Glass
On 1 February 2017 at 23:04, Masahiro Yamada wrote: > 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 > alp

[U-Boot] [PATCH] pwm: remove unneeded ifdef CONFIG_DM_PWM ... endif

2017-02-01 Thread Masahiro Yamada
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 ---