]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra2: Move tegra2_mmc_init() prototype to public header.
authorThierry Reding <thierry.reding@avionic-design.de>
Thu, 17 Nov 2011 00:10:23 +0000 (00:10 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 24 Dec 2011 09:23:31 +0000 (10:23 +0100)
commit977a39e60036ebd5783bb8cd712014dcfdfb8617
tree6cc50fcddacd23f7570e4e7c70f49425d2e41aee
parent0350c6b924146814ab5390dd5f74665088354a21
tegra2: Move tegra2_mmc_init() prototype to public header.

tegra2_mmc_init() is implemented by the Tegra2 MMC driver. Since most of
the Tegra2-based boards will need to call it, this commit exports it in
the new public asm/arch/mmc.h header file to prevent each board from
providing its own prototype.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/include/asm/arch-tegra2/mmc.h [new file with mode: 0644]
board/nvidia/common/board.h
board/nvidia/harmony/harmony.c
board/nvidia/seaboard/seaboard.c
drivers/mmc/tegra2_mmc.h