[PATCH] Fix build breakage with CONFIG_X86_VSMP
authorRavikiran Thirumalai <kiran@scalex86.org>
Thu, 12 Oct 2006 19:17:52 +0000 (12:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Oct 2006 19:25:27 +0000 (12:25 -0700)
Kernel build breaks with CONFIG_X86_VSMP.  Probably due to some header
file cleanups in 2.6.19-rc1.

Signed-off-by: Ravikiran Thirumalai <kiran@scalex86.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/vsmp.c

index 044e852..414caf0 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/pci_ids.h>
 #include <linux/pci_regs.h>
 #include <asm/pci-direct.h>
+#include <asm/io.h>
 
 static int __init vsmp_init(void)
 {