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 /arch/sparc64 | |
parent | 39890072b320e7731b105b459cee1320957adbc7 (diff) |
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 'arch/sparc64')
-rw-r--r-- | arch/sparc64/kernel/ebus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/ebus.c b/arch/sparc64/kernel/ebus.c index 214da1bd8a5..88408741c32 100644 --- a/arch/sparc64/kernel/ebus.c +++ b/arch/sparc64/kernel/ebus.c @@ -19,6 +19,7 @@ #include <asm/system.h> #include <asm/page.h> #include <asm/ebus.h> +#include <asm/ebus_dma.h> #include <asm/oplib.h> #include <asm/prom.h> #include <asm/irq.h> |