diff options
| author | Thierry Reding <[email protected]> | 2011-11-17 00:10:23 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-12-24 10:23:31 +0100 |
| commit | 977a39e60036ebd5783bb8cd712014dcfdfb8617 (patch) | |
| tree | 6cc50fcddacd23f7570e4e7c70f49425d2e41aee /drivers | |
| parent | 0350c6b924146814ab5390dd5f74665088354a21 (diff) | |
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 <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Acked-by: Simon Glass <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/tegra2_mmc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/tegra2_mmc.h b/drivers/mmc/tegra2_mmc.h index b2f6c5baad0..67c00db9de8 100644 --- a/drivers/mmc/tegra2_mmc.h +++ b/drivers/mmc/tegra2_mmc.h @@ -127,7 +127,5 @@ struct mmc_host { int cd_gpio; /* Change Detect GPIO */ }; -int tegra2_mmc_init(int dev_index, int bus_width, int pwr_gpio, int cd_gpio); - #endif /* __ASSEMBLY__ */ #endif /* __TEGRA2_MMC_H_ */ |
