diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-21 20:22:09 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 12:50:12 +0200 |
commit | ce97c40e28223c148e142bda7af48fd0f27c81f9 (patch) | |
tree | 319f690fab49750a7d8c0a79b6babfc3a2d8d0ef /include | |
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')
-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 cf87d6d3675..bb12a1619c1 100644 --- a/include/asm-x86/setup.h +++ b/include/asm-x86/setup.h @@ -38,6 +38,8 @@ void reserve_crashkernel(void); #ifndef __ASSEMBLY__ #include <asm/bootparam.h> +void reserve_standard_io_resources(void); + #ifndef _SETUP /* |