diff options
author | Dave Airlie <airlied@redhat.com> | 2012-05-17 03:31:29 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-17 03:32:50 -0400 |
commit | db2e034d2c55e1f273ed820cc3edcdbc73d0292c (patch) | |
tree | 022779f0fdb9d1e64e68f0c400ab3de97d4e8813 | |
parent | 6cf20beec4b91c240cf759b4db72669e251f1fc4 (diff) |
x86/vga: fix build with efi disabled.
Reported by sfr on -next merge.
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | arch/x86/pci/fixup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/fixup.c b/arch/x86/pci/fixup.c index 01635537d72e..82487d3d5879 100644 --- a/arch/x86/pci/fixup.c +++ b/arch/x86/pci/fixup.c | |||
@@ -6,8 +6,8 @@ | |||
6 | #include <linux/dmi.h> | 6 | #include <linux/dmi.h> |
7 | #include <linux/pci.h> | 7 | #include <linux/pci.h> |
8 | #include <linux/init.h> | 8 | #include <linux/init.h> |
9 | #include <linux/vgaarb.h> | ||
9 | #include <asm/pci_x86.h> | 10 | #include <asm/pci_x86.h> |
10 | #include <asm/vga.h> | ||
11 | 11 | ||
12 | static void __devinit pci_fixup_i450nx(struct pci_dev *d) | 12 | static void __devinit pci_fixup_i450nx(struct pci_dev *d) |
13 | { | 13 | { |