Skip to content

Commit

Permalink
[PATCH] Fix build breakage with CONFIG_X86_VSMP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ravikiran Thirumalai authored and Linus Torvalds committed Oct 12, 2006
1 parent 78b93f2 commit 734c4c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86_64/kernel/vsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 734c4c6

Please sign in to comment.