summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorJeremy Fitzhardinge2009-03-03 20:51:39 +0100
committerIngo Molnar2009-03-04 02:29:32 +0100
commit4e8304758cc09a6097dbd2c4f44a5369e5c1edb0 (patch)
tree3d9f063e041733aa3a19bb822ba160e8f8eb5472 /arch/x86
parentMerge branch 'x86/core' into core/percpu (diff)
downloadkernel-qcow2-linux-4e8304758cc09a6097dbd2c4f44a5369e5c1edb0.tar.gz
kernel-qcow2-linux-4e8304758cc09a6097dbd2c4f44a5369e5c1edb0.tar.xz
kernel-qcow2-linux-4e8304758cc09a6097dbd2c4f44a5369e5c1edb0.zip
x86: remove vestigial fix_ioremap prototypes
The function seems to have disappeared at some point, leaving some vestigial prototypes behind... Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/io.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h
index 683d0b4c00fc..e5383e3d2f8c 100644
--- a/arch/x86/include/asm/io.h
+++ b/arch/x86/include/asm/io.h
@@ -172,8 +172,6 @@ static inline void __iomem *ioremap(resource_size_t offset, unsigned long size)
extern void iounmap(volatile void __iomem *addr);
-extern void __iomem *fix_ioremap(unsigned idx, unsigned long phys);
-
#ifdef CONFIG_X86_32
# include "io_32.h"
@@ -198,7 +196,6 @@ extern void early_ioremap_reset(void);
extern void __iomem *early_ioremap(unsigned long offset, unsigned long size);
extern void __iomem *early_memremap(unsigned long offset, unsigned long size);
extern void early_iounmap(void __iomem *addr, unsigned long size);
-extern void __iomem *fix_ioremap(unsigned idx, unsigned long phys);
#define IO_SPACE_LIMIT 0xffff