aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/vga_switcheroo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/vga_switcheroo.h b/include/linux/vga_switcheroo.h
index 60da41fe9dc..d844b7790ea 100644
--- a/include/linux/vga_switcheroo.h
+++ b/include/linux/vga_switcheroo.h
@@ -9,6 +9,8 @@
9 9
10#include <linux/fb.h> 10#include <linux/fb.h>
11 11
12struct pci_dev;
13
12enum vga_switcheroo_state { 14enum vga_switcheroo_state {
13 VGA_SWITCHEROO_OFF, 15 VGA_SWITCHEROO_OFF,
14 VGA_SWITCHEROO_ON, 16 VGA_SWITCHEROO_ON,