summaryrefslogtreecommitdiff
path: root/scripts/module-common.lds
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-01-08 12:53:22 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-02-09 15:37:53 +0000
commit885767ca4ce0800c5d02eb66cc10a0494b7bf312 (patch)
tree011b654d7f0e7d5d627e9280a20e365f41cfcfc7 /scripts/module-common.lds
parente556fdbde38f68d87f689473b112cc65ddacd6a4 (diff)
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 <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'scripts/module-common.lds')
0 files changed, 0 insertions, 0 deletions