소스 검색

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>
Ingo Molnar 17 년 전
부모
커밋
4191894b68
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      include/asm-x86/mach-visws/setup_arch.h

+ 1 - 3
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"