commit | ec4aac206b65d9764d601a7ee433e161878623b9 | [log] [tgz] |
---|---|---|
author | Eric Bénard <eric@eukrea.com> | Tue Oct 12 14:08:42 2010 +0200 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Tue Oct 19 18:44:58 2010 +0200 |
tree | 655eef6246ff9fa067076075ed9aa2934cdc5003 | |
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>