commit | 073ac8fd4a3e9a9265e8a59e0a79bc4b0b3822c3 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Sep 01 21:27:18 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Oct 15 18:53:37 2007 +0100 |
tree | 2abd149145f8dc579ccd354b95394050d590cdc2 | |
parent | 97d97224ff361e08777fb33e0fd193ca877dac28 [diff] |
[NET] smc91x: fix PXA DMA support code The PXA DMA support code for smc91x doesn't pass a struct device to the dma_*map_single() functions, which leads to an oops in the dma bounce code. We have a struct device which was used to probe the SMC chip. Use it. (This patch is slightly larger because it requires struct smc_local to move into the header file.) Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>