diff options
Diffstat (limited to 'arch/x86/include/asm/setup.h')
-rw-r--r-- | arch/x86/include/asm/setup.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/setup.h b/arch/x86/include/asm/setup.h index 7751d1f92bc9..58b58952b80d 100644 --- a/arch/x86/include/asm/setup.h +++ b/arch/x86/include/asm/setup.h | |||
@@ -63,10 +63,6 @@ static inline int is_visws_box(void) { return 0; } | |||
63 | extern struct x86_quirks *x86_quirks; | 63 | extern struct x86_quirks *x86_quirks; |
64 | extern unsigned long saved_video_mode; | 64 | extern unsigned long saved_video_mode; |
65 | 65 | ||
66 | #ifndef CONFIG_PARAVIRT | ||
67 | #define paravirt_post_allocator_init() do {} while (0) | ||
68 | #endif | ||
69 | |||
70 | extern void reserve_standard_io_resources(void); | 66 | extern void reserve_standard_io_resources(void); |
71 | extern void i386_reserve_resources(void); | 67 | extern void i386_reserve_resources(void); |
72 | 68 | ||