summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/sbus_64.h
diff options
context:
space:
mode:
authorDavid S. Miller2008-08-27 08:33:42 +0200
committerDavid S. Miller2008-08-29 11:13:31 +0200
commit63237eeb5ac92d618a0a6055f4b1f65c5d14682b (patch)
tree3d44dea70077557a7543951580447dbb71d00b05 /arch/sparc/include/asm/sbus_64.h
parentsparc: Convert all SBUS drivers to dma_*() interfaces. (diff)
downloadkernel-qcow2-linux-63237eeb5ac92d618a0a6055f4b1f65c5d14682b.tar.gz
kernel-qcow2-linux-63237eeb5ac92d618a0a6055f4b1f65c5d14682b.tar.xz
kernel-qcow2-linux-63237eeb5ac92d618a0a6055f4b1f65c5d14682b.zip
sparc: Move SBUS DMA attribute interfaces out of asm/sbus.h
This is in preparation for the subsequent asm/sbus.h removal. Also, make these routines take a "struct device" or no arguments, as appropriate. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/sbus_64.h')
-rw-r--r--arch/sparc/include/asm/sbus_64.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sparc/include/asm/sbus_64.h b/arch/sparc/include/asm/sbus_64.h
index 9a2f27188f6a..79719c2e5fa6 100644
--- a/arch/sparc/include/asm/sbus_64.h
+++ b/arch/sparc/include/asm/sbus_64.h
@@ -94,10 +94,6 @@ extern struct sbus_bus *sbus_root;
for ((bus) = sbus_root; (bus); (bus) = (bus)->next) \
for ((device) = (bus)->devices; (device); (device) = (device)->next)
-/* Driver DVMA interfaces. */
-#define sbus_can_dma_64bit(sdev) (1)
-#define sbus_can_burst64(sdev) (1)
-extern void sbus_set_sbus64(struct sbus_dev *, int);
extern void sbus_fill_device_irq(struct sbus_dev *);
extern void sbus_arch_bus_ranges_init(struct device_node *, struct sbus_bus *);