]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: remove vestigial fix_ioremap prototypes
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tue, 3 Mar 2009 19:51:39 +0000 (11:51 -0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 4 Mar 2009 01:29:32 +0000 (02:29 +0100)
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>
arch/x86/include/asm/io.h

index 683d0b4c00fcbbf86023c0462e1a18ff670c5cee..e5383e3d2f8c2dcc84f8e1a10a53fc8125800c60 100644 (file)
@@ -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