summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/include/mach/mmc.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-04-07 19:49:01 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2011-04-07 19:49:01 (GMT)
commit174457391a83d70215d441cb3bc0aa7d7443b63e (patch)
tree14fc07f2aa07d993694fdfc757ebd0f82eb76397 /arch/arm/mach-shmobile/include/mach/mmc.h
parent26cf445721763d61b08ce394f8bdbd4c5610b563 (diff)
parent6084c81e8a8ffa8b85d59e1ca7643dc76c23e412 (diff)
downloadlinux-fsl-qoriq-174457391a83d70215d441cb3bc0aa7d7443b63e.tar.xz
Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
* 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: ARM: arch-shmobile: only run FSI init on respective boards ARM: arch-shmobile: only run HDMI init on respective boards ARM: mach-shmobile: Correctly check for CONFIG_MACH_MACKEREL
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/mmc.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/mmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/mmc.h b/arch/arm/mach-shmobile/include/mach/mmc.h
index e11560a..21a59db 100644
--- a/arch/arm/mach-shmobile/include/mach/mmc.h
+++ b/arch/arm/mach-shmobile/include/mach/mmc.h
@@ -9,7 +9,7 @@
#ifdef CONFIG_MACH_AP4EVB
#include "mach/mmc-ap4eb.h"
-#elif CONFIG_MACH_MACKEREL
+#elif defined(CONFIG_MACH_MACKEREL)
#include "mach/mmc-mackerel.h"
#else
#error "unsupported board."