summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLudovic Desroches <ludovic.desroches@atmel.com>2011-08-11 17:25:41 +0200
committerChris Ball <cjb@laptop.org>2011-10-26 21:43:25 +0200
commit2c96a293bbd6b34698c6710ea8607049956247c4 (patch)
tree21f416c2c1997acf521e76e9e679edd138e1dc6d /arch
parentMerge branch 'master' of git://git.infradead.org/users/linville/wireless-next... (diff)
downloadlinux-2c96a293bbd6b34698c6710ea8607049956247c4.tar.xz
linux-2c96a293bbd6b34698c6710ea8607049956247c4.zip
mmc: atmel-mci: change namespace
Homogenize namespace to atmci. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-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/at91sam9260_devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91sam9260_devices.c b/arch/arm/mach-at91/at91sam9260_devices.c
index 39f81f47b4ba..c49e84a39a6f 100644
--- a/arch/arm/mach-at91/at91sam9260_devices.c
+++ b/arch/arm/mach-at91/at91sam9260_devices.c
@@ -319,7 +319,7 @@ void __init at91_add_device_mci(short mmc_id, struct mci_platform_data *data)
if (!data)
return;
- for (i = 0; i < ATMEL_MCI_MAX_NR_SLOTS; i++) {
+ for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) {
if (data->slot[i].bus_width) {
/* input/irq */
if (data->slot[i].detect_pin) {