From: Russell King Date: Sun, 8 Jan 2012 12:53:22 +0000 (+0000) Subject: NET: sa11x0-ir: containerize DMA data X-Git-Tag: v3.4-rc1~83^2^3~9^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=885767ca4ce0800c5d02eb66cc10a0494b7bf312;p=pandora-kernel.git NET: sa11x0-ir: containerize DMA data Both the transmit and receive DMA store identical data: the skb, dma address, and the dma registers. Move this data into its own data structure. The following replacements were used: rxskb -> dma_rx.skb rxbuf_dma -> dma_rx.dma rxdma -> dma_rx.regs txskb -> dma_tx.skb txbuf_dma -> dma_tx.dma txdma -> dma_tx.regs Signed-off-by: Russell King --- Reading git-diff-tree failed