[U-Boot] [PATCH 03/60] mmc: tegra: move header file to driver directory
Simon Glass
sjg at chromium.org
Wed Apr 20 21:25:50 CEST 2016
On 19 April 2016 at 14:58, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> tegra_mmc.h only contains private definitions for use inside the MMC
> driver. Move it out of the global include directory since nothing needs
> to access it there.
>
> tegra_mmc.h doesn't depend on anything from <fdtdec.h>, so move that
> include to the C file.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> drivers/mmc/tegra_mmc.c | 3 ++-
> .../asm/arch-tegra/tegra_mmc.h => drivers/mmc/tegra_mmc_priv.h | 7 +++----
> 2 files changed, 5 insertions(+), 5 deletions(-)
> rename arch/arm/include/asm/arch-tegra/tegra_mmc.h => drivers/mmc/tegra_mmc_priv.h (98%)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list