diff options
author | Eric Bénard <eric@eukrea.com> | 2010-10-12 08:08:42 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-19 12:44:58 -0400 |
commit | ec4aac206b65d9764d601a7ee433e161878623b9 (patch) | |
tree | 655eef6246ff9fa067076075ed9aa2934cdc5003 /arch | |
parent | e482b3bee66d627356904746c217f8f1bf891e60 (diff) |
mx25: fix compile error in platform-imx-dma.c
this patch fix the following errors :
arch/arm/plat-mxc/devices/platform-imx-dma.c:44:
error: ‘MX25_SDMA_BASE_ADDR’ undeclared here (not in a function)
arch/arm/plat-mxc/devices/platform-imx-dma.c:44:
error: ‘MX25_INT_SDMA’ undeclared here (not in a function)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx25.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h index 153dd1b2a473..4d31f6806ff4 100644 --- a/arch/arm/plat-mxc/include/mach/mx25.h +++ b/arch/arm/plat-mxc/include/mach/mx25.h | |||
@@ -54,6 +54,7 @@ | |||
54 | #define MX25_ESDHC2_BASE_ADDR 0x53fb8000 | 54 | #define MX25_ESDHC2_BASE_ADDR 0x53fb8000 |
55 | #define MX25_LCDC_BASE_ADDR 0x53fbc000 | 55 | #define MX25_LCDC_BASE_ADDR 0x53fbc000 |
56 | #define MX25_KPP_BASE_ADDR 0x43fa8000 | 56 | #define MX25_KPP_BASE_ADDR 0x43fa8000 |
57 | #define MX25_SDMA_BASE_ADDR 0x53fd4000 | ||
57 | #define MX25_OTG_BASE_ADDR 0x53ff4000 | 58 | #define MX25_OTG_BASE_ADDR 0x53ff4000 |
58 | #define MX25_CSI_BASE_ADDR 0x53ff8000 | 59 | #define MX25_CSI_BASE_ADDR 0x53ff8000 |
59 | 60 | ||
@@ -74,6 +75,7 @@ | |||
74 | #define MX25_INT_DRYICE 25 | 75 | #define MX25_INT_DRYICE 25 |
75 | #define MX25_INT_UART2 32 | 76 | #define MX25_INT_UART2 32 |
76 | #define MX25_INT_NFC 33 | 77 | #define MX25_INT_NFC 33 |
78 | #define MX25_INT_SDMA 34 | ||
77 | #define MX25_INT_LCDC 39 | 79 | #define MX25_INT_LCDC 39 |
78 | #define MX25_INT_UART5 40 | 80 | #define MX25_INT_UART5 40 |
79 | #define MX25_INT_CAN1 43 | 81 | #define MX25_INT_CAN1 43 |