diff options
Diffstat (limited to 'include/asm-arm/arch-mxc/mxc.h')
-rw-r--r-- | include/asm-arm/arch-mxc/mxc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/mxc.h b/include/asm-arm/arch-mxc/mxc.h index 3e1c4ded18e2..332eda4dbd3b 100644 --- a/include/asm-arm/arch-mxc/mxc.h +++ b/include/asm-arm/arch-mxc/mxc.h | |||
@@ -29,4 +29,8 @@ | |||
29 | # define cpu_is_mx31() (0) | 29 | # define cpu_is_mx31() (0) |
30 | #endif | 30 | #endif |
31 | 31 | ||
32 | #ifndef CONFIG_MACH_MX27 | ||
33 | # define cpu_is_mx27() (0) | ||
34 | #endif | ||
35 | |||
32 | #endif /* __ASM_ARCH_MXC_H__ */ | 36 | #endif /* __ASM_ARCH_MXC_H__ */ |