diff options
Diffstat (limited to 'include/asm-x86/io_32.h')
-rw-r--r-- | include/asm-x86/io_32.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/asm-x86/io_32.h b/include/asm-x86/io_32.h index a8d25c38b91c..2a04bd17eac5 100644 --- a/include/asm-x86/io_32.h +++ b/include/asm-x86/io_32.h | |||
@@ -250,15 +250,11 @@ static inline void flush_write_buffers(void) | |||
250 | 250 | ||
251 | #endif /* __KERNEL__ */ | 251 | #endif /* __KERNEL__ */ |
252 | 252 | ||
253 | #ifndef CONFIG_UDELAY_IO_DELAY | ||
254 | extern void io_delay_init(void); | ||
255 | #else | ||
256 | static inline void io_delay_init(void) | ||
257 | { | ||
258 | } | ||
259 | #endif | ||
260 | extern void native_io_delay(void); | 253 | extern void native_io_delay(void); |
261 | 254 | ||
255 | extern int io_delay_type; | ||
256 | extern void io_delay_init(void); | ||
257 | |||
262 | #if defined(CONFIG_PARAVIRT) | 258 | #if defined(CONFIG_PARAVIRT) |
263 | #include <asm/paravirt.h> | 259 | #include <asm/paravirt.h> |
264 | #else | 260 | #else |