sparc: Make SBUS DMA interfaces take struct device.

This is the first step in converting all the SBUS drivers
over to generic dma_*().

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2008-08-27 18:37:58 -07:00
parent 5778002874
commit 7a715f4601
16 changed files with 167 additions and 156 deletions

View File

@ -413,6 +413,7 @@ struct happy_meal {
/* This is either a sbus_dev or a pci_dev. */
void *happy_dev;
void *dma_dev;
spinlock_t happy_lock;