diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-29 23:10:21 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-29 23:10:21 -0700 |
commit | aae7fb87ec4d2df6cb551670b1765cf4e5795a3b (patch) | |
tree | b1e48948473cf321059c3916e51f11290199aebf /sound/sparc | |
parent | 39890072b320e7731b105b459cee1320957adbc7 (diff) | |
download | linux-3.10-aae7fb87ec4d2df6cb551670b1765cf4e5795a3b.tar.gz linux-3.10-aae7fb87ec4d2df6cb551670b1765cf4e5795a3b.tar.bz2 linux-3.10-aae7fb87ec4d2df6cb551670b1765cf4e5795a3b.zip |
sparc: Move EBUS DMA interfaces into seperate header file.
These have no dependencies on the EBUS probing layer, the clients
setup the registers and all of those details. The EBUS DMA layer
just programs and manages the DMA controller found in EBUS.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/sparc')
-rw-r--r-- | sound/sparc/cs4231.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c index 271b0420f8b..e6dba4f7169 100644 --- a/sound/sparc/cs4231.c +++ b/sound/sparc/cs4231.c @@ -36,6 +36,7 @@ #define EBUS_SUPPORT #include <linux/pci.h> #include <asm/ebus.h> +#include <asm/ebus_dma.h> #endif static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ |