mmc: atmel-mci: remove include <mach/cpu.h>
authorNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 9 Apr 2013 12:45:00 +0000 (14:45 +0200)
committerChris Ball <cjb@laptop.org>
Thu, 27 Jun 2013 15:26:24 +0000 (11:26 -0400)
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>
drivers/mmc/host/atmel-mci.c

index 4aa2053..bdb84da 100644 (file)
@@ -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)