forked from luck/tmp_suning_uos_patched
microblaze: remove ioremap_fullcache
No callers of this function. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
04e3543e22
commit
c709bf455d
|
@ -40,7 +40,6 @@ extern void iounmap(volatile void __iomem *addr);
|
|||
|
||||
extern void __iomem *ioremap(phys_addr_t address, unsigned long size);
|
||||
#define ioremap_nocache(addr, size) ioremap((addr), (size))
|
||||
#define ioremap_fullcache(addr, size) ioremap((addr), (size))
|
||||
#define ioremap_wc(addr, size) ioremap((addr), (size))
|
||||
#define ioremap_wt(addr, size) ioremap((addr), (size))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user