projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cecd1f
)
m68k: Remove ioremap_fullcache()
author
Christoph Hellwig
<hch@lst.de>
Fri, 30 Aug 2019 16:12:35 +0000
(18:12 +0200)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 2 Sep 2019 07:50:26 +0000
(09:50 +0200)
No callers of this function.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link:
https://lore.kernel.org/r/20190830161237.23033-2-hch@lst.de
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/kmap.h
patch
|
blob
|
history
diff --git
a/arch/m68k/include/asm/kmap.h
b/arch/m68k/include/asm/kmap.h
index 6354380a4b4e3b09ecd7076e35e145b720772b11..421b6c9c769d0ab3283a51786a52ad2fbfbbdf12 100644
(file)
--- a/
arch/m68k/include/asm/kmap.h
+++ b/
arch/m68k/include/asm/kmap.h
@@
-37,13
+37,6
@@
static inline void __iomem *ioremap_wt(unsigned long physaddr,
return __ioremap(physaddr, size, IOMAP_WRITETHROUGH);
}
-#define ioremap_fullcache ioremap_fullcache
-static inline void __iomem *ioremap_fullcache(unsigned long physaddr,
- unsigned long size)
-{
- return __ioremap(physaddr, size, IOMAP_FULL_CACHING);
-}
-
#define memset_io memset_io
static inline void memset_io(volatile void __iomem *addr, unsigned char val,
int count)