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>
This commit is contained in:
Yinghai Lu
2008-06-25 18:00:22 -07:00
committed by Ingo Molnar
parent d1b20afec3
commit 29f784e369
3 changed files with 4 additions and 10 deletions

View File

@@ -109,6 +109,5 @@ struct boot_params {
} __attribute__((packed));
void reserve_setup_data(void);
void parse_setup_data(void);
#endif /* _ASM_BOOTPARAM_H */