mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
[ARM] mm 7: remove duplicated __ioremap() prototypes
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
c172cc92c8
commit
0058ca32c3
@ -26,7 +26,6 @@
|
||||
#define __mem_isa(a) (a)
|
||||
|
||||
extern void __iomem * __iop13xx_io(unsigned long io_addr);
|
||||
extern void __iomem * __ioremap(unsigned long, size_t, unsigned long);
|
||||
extern void __iomem *__iop13xx_ioremap(unsigned long cookie, size_t size,
|
||||
unsigned long flags);
|
||||
extern void __iop13xx_iounmap(void __iomem *addr);
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include <asm/hardware.h>
|
||||
|
||||
extern void __iomem * __ioremap(unsigned long, size_t, unsigned long);
|
||||
extern void __iomem *__iop3xx_ioremap(unsigned long cookie, size_t size,
|
||||
unsigned long flags);
|
||||
extern void __iop3xx_iounmap(void __iomem *addr);
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include <asm/hardware.h>
|
||||
|
||||
extern void __iomem * __ioremap(unsigned long, size_t, unsigned long);
|
||||
extern void __iomem *__iop3xx_ioremap(unsigned long cookie, size_t size,
|
||||
unsigned long flags);
|
||||
extern void __iop3xx_iounmap(void __iomem *addr);
|
||||
|
Loading…
Reference in New Issue
Block a user