[U-Boot] [PATCH 08/60] video: tegra: move header file to driver directory
Simon Glass
sjg at chromium.org
Wed Apr 20 21:26:03 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 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 <swarren at nvidia.com>
> ---
> 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 <sjg at chromium.org>
More information about the U-Boot
mailing list