commit | 6842b9299272a9471a7e94e046b953f6ffe3db9d | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Jan 04 15:17:08 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jan 04 15:17:08 2006 +0000 |
tree | c24433e5f574b7fa70b9f01cbea01544631c6517 | |
parent | 7cdad482974792419cfe4b0affca689170116f49 [diff] |
[ARM] Use core_initcall() to initialise ARM DMA There's no need to have DMA initialised at the same time as interrupts. Move it to a core_initcall(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>