diff options
Diffstat (limited to 'include/asm-x86/setup.h')
-rw-r--r-- | include/asm-x86/setup.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h index bb12a1619c12..269ba7fe21d1 100644 --- a/include/asm-x86/setup.h +++ b/include/asm-x86/setup.h | |||
@@ -8,9 +8,6 @@ | |||
8 | /* Interrupt control for vSMPowered x86_64 systems */ | 8 | /* Interrupt control for vSMPowered x86_64 systems */ |
9 | void vsmp_init(void); | 9 | void vsmp_init(void); |
10 | 10 | ||
11 | /* Crashkernel reservation */ | ||
12 | void reserve_crashkernel(void); | ||
13 | |||
14 | #ifndef CONFIG_PARAVIRT | 11 | #ifndef CONFIG_PARAVIRT |
15 | #define paravirt_post_allocator_init() do {} while (0) | 12 | #define paravirt_post_allocator_init() do {} while (0) |
16 | #endif | 13 | #endif |
@@ -38,8 +35,6 @@ void reserve_crashkernel(void); | |||
38 | #ifndef __ASSEMBLY__ | 35 | #ifndef __ASSEMBLY__ |
39 | #include <asm/bootparam.h> | 36 | #include <asm/bootparam.h> |
40 | 37 | ||
41 | void reserve_standard_io_resources(void); | ||
42 | |||
43 | #ifndef _SETUP | 38 | #ifndef _SETUP |
44 | 39 | ||
45 | /* | 40 | /* |