Commit db2e034d2c55e1f273ed820cc3edcdbc73d0292c

Authored by Dave Airlie
1 parent 6cf20beec4

x86/vga: fix build with efi disabled.

Reported by sfr on -next merge.

Signed-off-by: Dave Airlie <airlied@redhat.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/x86/pci/fixup.c
... ... @@ -6,8 +6,8 @@
6 6 #include <linux/dmi.h>
7 7 #include <linux/pci.h>
8 8 #include <linux/init.h>
  9 +#include <linux/vgaarb.h>
9 10 #include <asm/pci_x86.h>
10   -#include <asm/vga.h>
11 11  
12 12 static void __devinit pci_fixup_i450nx(struct pci_dev *d)
13 13 {