mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 06:16:46 +07:00
[PATCH] Fix build breakage with CONFIG_X86_VSMP
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>
This commit is contained in:
parent
78b93f2db1
commit
734c4c6739
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user