summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorStephen Kitt2019-07-17 01:27:04 +0200
committerLinus Torvalds2019-07-17 04:23:22 +0200
commit3a7f0adfe7c27cdaf6dc3456226a430398732e2c (patch)
tree37943ef3fdbff759a7e8f77e79f9f58662487dbf /arch/x86/include
parentarch: replace _BITUL() in kernel-space headers with BIT() (diff)
downloadkernel-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/x86/include')
-rw-r--r--arch/x86/include/asm/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h
index a06a9f8294ea..6bed97ff6db2 100644
--- a/arch/x86/include/asm/io.h
+++ b/arch/x86/include/asm/io.h
@@ -165,7 +165,6 @@ static inline unsigned int isa_virt_to_bus(volatile void *address)
{
return (unsigned int)virt_to_phys(address);
}
-#define isa_page_to_bus(page) ((unsigned int)page_to_phys(page))
#define isa_bus_to_virt phys_to_virt
/*