diff options
author | Magnus Damm <damm@opensource.se> | 2013-06-12 13:18:19 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-17 11:07:31 +0400 |
commit | b24bd7e97b3784afca6b808be1e5848e30e637ac (patch) | |
tree | ce483f0405db9ac8a22ce185801a28731f6d43e1 /arch/arm/mach-shmobile/include/mach/mmc.h | |
parent | 21ba05a6c2defa228a5aa1100bd012e7a4f0fb30 (diff) | |
download | linux-b24bd7e97b3784afca6b808be1e5848e30e637ac.tar.xz |
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.h | 4 |
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." |