diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2012-10-29 15:27:55 +0100 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-12-06 13:54:41 -0500 |
commit | d6a20debf4d2df13843e8d9b8d97d217dc1c15d5 (patch) | |
tree | a3b15d34c329248509fedbbab086aab43c0121bb /arch/arm/mach-at91 | |
parent | f50725129a2e1aae441d5af2919ed5219386eefc (diff) | |
download | linux-3.10-d6a20debf4d2df13843e8d9b8d97d217dc1c15d5.tar.gz linux-3.10-d6a20debf4d2df13843e8d9b8d97d217dc1c15d5.tar.bz2 linux-3.10-d6a20debf4d2df13843e8d9b8d97d217dc1c15d5.zip |
mmc: at91-mci: remove obsolete driver
The at91-mci driver is not needed anymore since the atmel-mci driver now
supports all Atmel devices.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/include/mach/board.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-at91/include/mach/board.h b/arch/arm/mach-at91/include/mach/board.h index c55a4364ffb..a0d92a960f4 100644 --- a/arch/arm/mach-at91/include/mach/board.h +++ b/arch/arm/mach-at91/include/mach/board.h @@ -70,16 +70,6 @@ struct at91_cf_data { extern void __init at91_add_device_cf(struct at91_cf_data *data); /* MMC / SD */ - /* at91_mci platform config */ -struct at91_mmc_data { - int det_pin; /* card detect IRQ */ - unsigned slot_b:1; /* uses Slot B */ - unsigned wire4:1; /* (SD) supports DAT0..DAT3 */ - int wp_pin; /* (SD) writeprotect detect */ - int vcc_pin; /* power switching (high == on) */ -}; -extern void __init at91_add_device_mmc(short mmc_id, struct at91_mmc_data *data); - /* atmel-mci platform config */ extern void __init at91_add_device_mci(short mmc_id, struct mci_platform_data *data); |