diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-25 21:00:22 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 07:10:54 -0400 |
commit | 29f784e369a914b5926e01a0b0caae0b47f6452a (patch) | |
tree | 63ee691ad39ee6e2eea7809c11d9fbcf675c2fe4 /include/asm-x86/bootparam.h | |
parent | d1b20afec356085a202d7832d47bfb89303ea901 (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/asm-x86/bootparam.h')
-rw-r--r-- | include/asm-x86/bootparam.h | 1 |
1 files changed, 0 insertions, 1 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 | ||
111 | void reserve_setup_data(void); | 111 | void reserve_setup_data(void); |
112 | void parse_setup_data(void); | ||
113 | 112 | ||
114 | #endif /* _ASM_BOOTPARAM_H */ | 113 | #endif /* _ASM_BOOTPARAM_H */ |