diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-27 04:11:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-29 02:15:13 -0700 |
commit | 615deeb27b7c3f51b464b47e8b9a8e433ab2d0ca (patch) | |
tree | ef78356442a19abae279872aac2800cb45403301 /arch/sparc/include/asm/io_32.h | |
parent | 454eeb2dd7bd0418451ea33a606d0fa50aa36718 (diff) | |
download | talos-op-linux-615deeb27b7c3f51b464b47e8b9a8e433ab2d0ca.tar.gz talos-op-linux-615deeb27b7c3f51b464b47e8b9a8e433ab2d0ca.zip |
sparc: Kill sbus_ioremap() and sbus_iounmap().
No more users.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/io_32.h')
-rw-r--r-- | arch/sparc/include/asm/io_32.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sparc/include/asm/io_32.h b/arch/sparc/include/asm/io_32.h index 3ab3164bd735..93fe21e02c86 100644 --- a/arch/sparc/include/asm/io_32.h +++ b/arch/sparc/include/asm/io_32.h @@ -293,14 +293,6 @@ extern void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max); extern void pci_iounmap(struct pci_dev *dev, void __iomem *); /* - * Bus number may be in res->flags... somewhere. - */ -extern void __iomem *sbus_ioremap(struct resource *res, unsigned long offset, - unsigned long size, char *name); -extern void sbus_iounmap(volatile void __iomem *vaddr, unsigned long size); - - -/* * At the moment, we do not use CMOS_READ anywhere outside of rtc.c, * so rtc_port is static in it. This should not change unless a new * hardware pops up. |