aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2013-04-09 14:45:00 +0200
committerChris Ball <cjb@laptop.org>2013-06-27 11:26:24 -0400
commit4d156d50b513116ba701b8d69d7fb870dd370481 (patch)
treecfea64d42f31cdaed47f43cfb7bad296c58ed72d /drivers/mmc/host
parentmmc: dw_mmc-pci: convert to use pcim_* and devm_* (diff)
downloadlinux-dev-4d156d50b513116ba701b8d69d7fb870dd370481.tar.xz
linux-dev-4d156d50b513116ba701b8d69d7fb870dd370481.zip
mmc: atmel-mci: remove include <mach/cpu.h>
Header file not needed anymore as we have removed the calls to cpu_is_xxx() macro. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/atmel-mci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
index 4aa20531e5f2..bdb84da74952 100644
--- a/drivers/mmc/host/atmel-mci.c
+++ b/drivers/mmc/host/atmel-mci.c
@@ -40,8 +40,6 @@
#include <asm/io.h>
#include <asm/unaligned.h>
-#include <mach/cpu.h>
-
#include "atmel-mci-regs.h"
#define ATMCI_DATA_ERROR_FLAGS (ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE)