aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-25 21:00:22 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-08 07:10:54 -0400
commit29f784e369a914b5926e01a0b0caae0b47f6452a (patch)
tree63ee691ad39ee6e2eea7809c11d9fbcf675c2fe4 /include
parentd1b20afec356085a202d7832d47bfb89303ea901 (diff)
x86: change some functions in setup.c to static
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/bootparam.h1
-rw-r--r--include/asm-x86/setup.h5
2 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-x86/bootparam.h b/include/asm-x86/bootparam.h
index 55ae9d0c4255..6eeba3b2812b 100644
--- a/include/asm-x86/bootparam.h
+++ b/include/asm-x86/bootparam.h
@@ -109,6 +109,5 @@ struct boot_params {
109} __attribute__((packed)); 109} __attribute__((packed));
110 110
111void reserve_setup_data(void); 111void reserve_setup_data(void);
112void parse_setup_data(void);
113 112
114#endif /* _ASM_BOOTPARAM_H */ 113#endif /* _ASM_BOOTPARAM_H */
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 */
9void vsmp_init(void); 9void vsmp_init(void);
10 10
11/* Crashkernel reservation */
12void 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
41void reserve_standard_io_resources(void);
42
43#ifndef _SETUP 38#ifndef _SETUP
44 39
45/* 40/*