diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx27.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx27.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx27.h b/arch/arm/plat-mxc/include/mach/mx27.h index cd292ffc1f7e..62746c0cd5ce 100644 --- a/arch/arm/plat-mxc/include/mach/mx27.h +++ b/arch/arm/plat-mxc/include/mach/mx27.h | |||
@@ -230,6 +230,7 @@ | |||
230 | extern int mx27_revision(void); | 230 | extern int mx27_revision(void); |
231 | #endif | 231 | #endif |
232 | 232 | ||
233 | #ifdef IMX_NEEDS_DEPRECATED_SYMBOLS | ||
233 | /* these should go away */ | 234 | /* these should go away */ |
234 | #define MSHC_BASE_ADDR MX27_MSHC_BASE_ADDR | 235 | #define MSHC_BASE_ADDR MX27_MSHC_BASE_ADDR |
235 | #define GPT5_BASE_ADDR MX27_GPT5_BASE_ADDR | 236 | #define GPT5_BASE_ADDR MX27_GPT5_BASE_ADDR |
@@ -297,5 +298,6 @@ extern int mx27_revision(void); | |||
297 | #define DMA_REQ_UART6_RX MX27_DMA_REQ_UART6_RX | 298 | #define DMA_REQ_UART6_RX MX27_DMA_REQ_UART6_RX |
298 | #define DMA_REQ_SDHC3 MX27_DMA_REQ_SDHC3 | 299 | #define DMA_REQ_SDHC3 MX27_DMA_REQ_SDHC3 |
299 | #define DMA_REQ_NFC MX27_DMA_REQ_NFC | 300 | #define DMA_REQ_NFC MX27_DMA_REQ_NFC |
301 | #endif | ||
300 | 302 | ||
301 | #endif /* __ASM_ARCH_MXC_MX27_H__ */ | 303 | #endif /* __ASM_ARCH_MXC_MX27_H__ */ |