diff options
author | Stephen Kitt | 2019-07-17 01:27:04 +0200 |
---|---|---|
committer | Linus Torvalds | 2019-07-17 04:23:22 +0200 |
commit | 3a7f0adfe7c27cdaf6dc3456226a430398732e2c (patch) | |
tree | 37943ef3fdbff759a7e8f77e79f9f58662487dbf /arch/mips/include/asm | |
parent | arch: replace _BITUL() in kernel-space headers with BIT() (diff) | |
download | kernel-qcow2-linux-3a7f0adfe7c27cdaf6dc3456226a430398732e2c.tar.gz kernel-qcow2-linux-3a7f0adfe7c27cdaf6dc3456226a430398732e2c.tar.xz kernel-qcow2-linux-3a7f0adfe7c27cdaf6dc3456226a430398732e2c.zip |
arch/*: remove unused isa_page_to_bus()
isa_page_to_bus() is deprecated and is no longer used anywhere. Remove
it entirely.
Link: http://lkml.kernel.org/r/20190613161155.16946-1-steve@sk2.org
Signed-off-by: Stephen Kitt <steve@sk2.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r-- | arch/mips/include/asm/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/io.h b/arch/mips/include/asm/io.h index 29997e42480e..1790274c27eb 100644 --- a/arch/mips/include/asm/io.h +++ b/arch/mips/include/asm/io.h @@ -149,8 +149,6 @@ static inline void *isa_bus_to_virt(unsigned long address) return phys_to_virt(address); } -#define isa_page_to_bus page_to_phys - /* * However PCI ones are not necessarily 1:1 and therefore these interfaces * are forbidden in portable PCI drivers. |