[U-Boot] [PATCH] pwm: remove unneeded ifdef CONFIG_DM_PWM ... endif
Simon Glass
sjg at chromium.org
Mon Feb 6 15:34:21 UTC 2017
On 1 February 2017 at 23:04, Masahiro Yamada
<yamada.masahiro at socionext.com> 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
> alphabetically in Makefile.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
> drivers/pwm/Makefile | 13 ++++++-------
> 1 file changed, 6 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list