diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 15:33:49 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 18:55:40 +0200 |
commit | 4191894b68a85bd8da935fb9ac4c882a1fa8651c (patch) | |
tree | 4baa5fdf1d899c2f16fcb46b52a61be9ed5ef1ee | |
parent | efd746b8892d1d40c43c3d518b3bde9e56238ce8 (diff) |
x86, VisWS: turn into generic arch, eliminate include/asm-x86/mach-visws/setup_arch.h
use the generic version of setup_arch.h - it's the same.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | include/asm-x86/mach-visws/setup_arch.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-x86/mach-visws/setup_arch.h b/include/asm-x86/mach-visws/setup_arch.h index ba70471ff8c..fa4766ca2d1 100644 --- a/include/asm-x86/mach-visws/setup_arch.h +++ b/include/asm-x86/mach-visws/setup_arch.h @@ -1,3 +1 @@ -/* Hook to call BIOS initialisation function */ - -/* no action for visws */ +#include "../mach-default/setup_arch.h" |