sparc: Kill sbus_ioremap() and sbus_iounmap().
No more users. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -143,15 +143,6 @@ void iounmap(volatile void __iomem *virtual)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
*/
|
||||
void __iomem *sbus_ioremap(struct resource *phyres, unsigned long offset,
|
||||
unsigned long size, char *name)
|
||||
{
|
||||
return _sparc_alloc_io(phyres->flags & 0xF,
|
||||
phyres->start + offset, size, name);
|
||||
}
|
||||
|
||||
void __iomem *of_ioremap(struct resource *res, unsigned long offset,
|
||||
unsigned long size, char *name)
|
||||
{
|
||||
@@ -167,13 +158,6 @@ void of_iounmap(struct resource *res, void __iomem *base, unsigned long size)
|
||||
}
|
||||
EXPORT_SYMBOL(of_iounmap);
|
||||
|
||||
/*
|
||||
*/
|
||||
void sbus_iounmap(volatile void __iomem *addr, unsigned long size)
|
||||
{
|
||||
iounmap(addr);
|
||||
}
|
||||
|
||||
/*
|
||||
* Meat of mapping
|
||||
*/
|
||||
|
@@ -154,8 +154,6 @@ EXPORT_SYMBOL(BTFIXUP_CALL(pgprot_noncached));
|
||||
|
||||
#ifdef CONFIG_SBUS
|
||||
EXPORT_SYMBOL(sbus_set_sbus64);
|
||||
EXPORT_SYMBOL(sbus_iounmap);
|
||||
EXPORT_SYMBOL(sbus_ioremap);
|
||||
#endif
|
||||
#ifdef CONFIG_PCI
|
||||
EXPORT_SYMBOL(ebus_chain);
|
||||
|
Reference in New Issue
Block a user