[U-Boot] [PATCH 05/60] pwm: tegra: move header file to driver directory

Simon Glass sjg at chromium.org
Wed Apr 20 21:25:54 CEST 2016


On 19 April 2016 at 14:58, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> Tegra's pwm.h only contains private definitions for use inside the Tegra
> PWM driver. Move it out of the global include directory since nothing
> needs to access it there.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
>  arch/arm/include/asm/arch-tegra124/pwm.h                   | 14 --------------
>  arch/arm/include/asm/arch-tegra20/pwm.h                    | 14 --------------
>  drivers/pwm/tegra_pwm.c                                    |  3 ++-
>  .../asm/arch-tegra/pwm.h => drivers/pwm/tegra_pwm_priv.h   |  6 +++---
>  drivers/video/tegra.c                                      |  1 -
>  drivers/video/tegra124/display.c                           |  2 +-
>  6 files changed, 6 insertions(+), 34 deletions(-)
>  delete mode 100644 arch/arm/include/asm/arch-tegra124/pwm.h
>  delete mode 100644 arch/arm/include/asm/arch-tegra20/pwm.h
>  rename arch/arm/include/asm/arch-tegra/pwm.h => drivers/pwm/tegra_pwm_priv.h (86%)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list