aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLudovic Desroches <ludovic.desroches@atmel.com>2012-10-29 10:27:55 -0400
committerChris Ball <cjb@laptop.org>2012-12-06 13:54:41 -0500
commitd6a20debf4d2df13843e8d9b8d97d217dc1c15d5 (patch)
treea3b15d34c329248509fedbbab086aab43c0121bb /arch
parentf50725129a2e1aae441d5af2919ed5219386eefc (diff)
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')
-rw-r--r--arch/arm/mach-at91/include/mach/board.h10
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 c55a4364ffb4..a0d92a960f46 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 {
70extern void __init at91_add_device_cf(struct at91_cf_data *data); 70extern void __init at91_add_device_cf(struct at91_cf_data *data);
71 71
72 /* MMC / SD */ 72 /* MMC / SD */
73 /* at91_mci platform config */
74struct at91_mmc_data {
75 int det_pin; /* card detect IRQ */
76 unsigned slot_b:1; /* uses Slot B */
77 unsigned wire4:1; /* (SD) supports DAT0..DAT3 */
78 int wp_pin; /* (SD) writeprotect detect */
79 int vcc_pin; /* power switching (high == on) */
80};
81extern void __init at91_add_device_mmc(short mmc_id, struct at91_mmc_data *data);
82
83 /* atmel-mci platform config */ 73 /* atmel-mci platform config */
84extern void __init at91_add_device_mci(short mmc_id, struct mci_platform_data *data); 74extern void __init at91_add_device_mci(short mmc_id, struct mci_platform_data *data);
85 75