]> Git Repo - linux.git/commitdiff
[PATCH] Fix build breakage with CONFIG_X86_VSMP
authorRavikiran Thirumalai <[email protected]>
Thu, 12 Oct 2006 19:17:52 +0000 (12:17 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/x86_64/kernel/vsmp.c

index 044e852bd25efb297c10545211d5fe80d5dfbf22..414caf0c5f9ae96b67bafea7589b532fa821b361 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)
 {
This page took 0.055749 seconds and 4 git commands to generate.