aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/mmc.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-06-12 18:18:19 +0900
committerSimon Horman <horms+renesas@verge.net.au>2013-06-17 16:07:31 +0900
commitb24bd7e97b3784afca6b808be1e5848e30e637ac (patch)
treece483f0405db9ac8a22ce185801a28731f6d43e1 /arch/arm/mach-shmobile/include/mach/mmc.h
parentARM: shmobile: Remove mach/memory.h (diff)
downloadlinux-dev-b24bd7e97b3784afca6b808be1e5848e30e637ac.tar.xz
linux-dev-b24bd7e97b3784afca6b808be1e5848e30e637ac.zip
ARM: shmobile: Remove AP4EVB board support
Remove board support for the sh7372 based AP4EVB board The sh7372 SoC support code is still kept around since it is in use by the Mackerel board which is basically a more recent board where the design is based on AP4EVB. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/mmc.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/mmc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/mmc.h b/arch/arm/mach-shmobile/include/mach/mmc.h
index 21a59db638bb..e979b8fc1da2 100644
--- a/arch/arm/mach-shmobile/include/mach/mmc.h
+++ b/arch/arm/mach-shmobile/include/mach/mmc.h
@@ -7,9 +7,7 @@
*
**************************************************/
-#ifdef CONFIG_MACH_AP4EVB
-#include "mach/mmc-ap4eb.h"
-#elif defined(CONFIG_MACH_MACKEREL)
+#ifdef CONFIG_MACH_MACKEREL
#include "mach/mmc-mackerel.h"
#else
#error "unsupported board."