diff options
Diffstat (limited to 'include/asm-x86/setup.h')
-rw-r--r-- | include/asm-x86/setup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h index fa6763af8d26..ffa0f540fc7f 100644 --- a/include/asm-x86/setup.h +++ b/include/asm-x86/setup.h | |||
@@ -56,7 +56,6 @@ char * __init machine_specific_memory_setup(void); | |||
56 | char *memory_setup(void); | 56 | char *memory_setup(void); |
57 | 57 | ||
58 | int __init copy_e820_map(struct e820entry *biosmap, int nr_map); | 58 | int __init copy_e820_map(struct e820entry *biosmap, int nr_map); |
59 | int __init sanitize_e820_map(struct e820entry *biosmap, char *pnr_map); | ||
60 | void __init add_memory_region(unsigned long long start, | 59 | void __init add_memory_region(unsigned long long start, |
61 | unsigned long long size, int type); | 60 | unsigned long long size, int type); |
62 | 61 | ||