From: Russell King Date: Sat, 1 Sep 2007 20:27:18 +0000 (+0100) Subject: [NET] smc91x: fix PXA DMA support code X-Git-Tag: v2.6.24-rc1~1273^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073ac8fd4a3e9a9265e8a59e0a79bc4b0b3822c3;p=pandora-kernel.git [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 --- Reading git-diff-tree failed