diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-21 23:22:09 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 06:50:12 -0400 |
commit | ce97c40e28223c148e142bda7af48fd0f27c81f9 (patch) | |
tree | 319f690fab49750a7d8c0a79b6babfc3a2d8d0ef /include/asm-x86/setup.h | |
parent | f81be876eaa9c71b3024c3dc05e4d1bf210cc255 (diff) |
x86: move reserve_standard_io_resource to setup.c
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/setup.h')
-rw-r--r-- | include/asm-x86/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h index cf87d6d3675c..bb12a1619c12 100644 --- a/include/asm-x86/setup.h +++ b/include/asm-x86/setup.h | |||
@@ -38,6 +38,8 @@ void reserve_crashkernel(void); | |||
38 | #ifndef __ASSEMBLY__ | 38 | #ifndef __ASSEMBLY__ |
39 | #include <asm/bootparam.h> | 39 | #include <asm/bootparam.h> |
40 | 40 | ||
41 | void reserve_standard_io_resources(void); | ||
42 | |||
41 | #ifndef _SETUP | 43 | #ifndef _SETUP |
42 | 44 | ||
43 | /* | 45 | /* |