diff options
Diffstat (limited to 'include/linux/platform_data/mmc-omap.h')
| -rw-r--r-- | include/linux/platform_data/mmc-omap.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/linux/platform_data/mmc-omap.h b/include/linux/platform_data/mmc-omap.h index 91051e9907f3..054d0c3c5ec5 100644 --- a/include/linux/platform_data/mmc-omap.h +++ b/include/linux/platform_data/mmc-omap.h @@ -20,8 +20,6 @@ struct omap_mmc_platform_data {  	 * maximum frequency on the MMC bus */  	unsigned int max_freq; -	/* switch the bus to a new slot */ -	int (*switch_slot)(struct device *dev, int slot);  	/* initialize board-specific MMC functionality, can be NULL if  	 * not supported */  	int (*init)(struct device *dev); |