On 19 April 2016 at 14:58, Stephen Warren <[email protected]> wrote: > From: Stephen Warren <[email protected]> > > 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 <[email protected]> > --- > 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

