diff options
| author | Nikita Kiryanov <[email protected]> | 2012-12-03 02:19:44 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-03-08 16:41:13 -0500 |
| commit | e874d5b001e9d7ea0fc7596ef0fe6dd520ed8ec6 (patch) | |
| tree | 986ee326891b81627b807faaa381dff0fea1a8d2 /arch/arm/include | |
| parent | cc22b0c0122cee0ab59dcc3c06c52835b38e8791 (diff) | |
omap_hsmmc: implement driver check for card detection
Implement driver check for card detection.
Signed-off-by: Nikita Kiryanov <[email protected]>
Signed-off-by: Igor Grinberg <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/omap_mmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/omap_mmc.h b/arch/arm/include/asm/omap_mmc.h index 83726ee0a24..8d86de1b118 100644 --- a/arch/arm/include/asm/omap_mmc.h +++ b/arch/arm/include/asm/omap_mmc.h @@ -161,7 +161,7 @@ struct hsmmc { #define mmc_reg_out(addr, mask, val)\ writel((readl(addr) & (~(mask))) | ((val) & (mask)), (addr)) -int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max); +int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max, int cd_gpio); #endif /* OMAP_MMC_H_ */ |
