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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user