On 19 April 2016 at 14:58, Stephen Warren <[email protected]> wrote: > From: Stephen Warren <[email protected]> > > Tegra's dc.h/display.h only contain private definitions for use inside the > Tegra display driver. Move them out of the global include directory since > nothing needs to access it there. Since they both describe DC registers, > combine then into a single header. > > Signed-off-by: Stephen Warren <[email protected]> > --- > arch/arm/include/asm/arch-tegra20/display.h | 29 --------------------- > arch/arm/mach-tegra/tegra20/display.c | 15 ----------- > drivers/video/tegra.c | 3 +-- > drivers/video/tegra124/display.c | 2 +- > drivers/video/tegra124/dp.c | 4 +-- > drivers/video/tegra124/sor.c | 4 +-- > .../arch-tegra/dc.h => drivers/video/tegra_dc.h | 30 > +++++++++++++++++++--- > 7 files changed, 32 insertions(+), 55 deletions(-) > delete mode 100644 arch/arm/include/asm/arch-tegra20/display.h > delete mode 100644 arch/arm/mach-tegra/tegra20/display.c > rename arch/arm/include/asm/arch-tegra/dc.h => drivers/video/tegra_dc.h (94%)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

