aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/vga.h')
-rw-r--r--arch/x86/include/asm/vga.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/include/asm/vga.h b/arch/x86/include/asm/vga.h
index 44282fbf7bf9..c4b9dc2f67c5 100644
--- a/arch/x86/include/asm/vga.h
+++ b/arch/x86/include/asm/vga.h
@@ -17,10 +17,4 @@
#define vga_readb(x) (*(x))
#define vga_writeb(x, y) (*(y) = (x))
-#ifdef CONFIG_FB_EFI
-#define __ARCH_HAS_VGA_DEFAULT_DEVICE
-extern struct pci_dev *vga_default_device(void);
-extern void vga_set_default_device(struct pci_dev *pdev);
-#endif
-
#endif /* _ASM_X86_VGA_H */