From 15285c0cf81007aa193d0c6ee8ca263cdc187b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Thu, 14 Jun 2012 15:02:35 +0300 Subject: [PATCH] --- yaml --- r: 311215 b: refs/heads/master c: d3decf3a0c1d28c80c76be170373f4c7a7217f09 h: refs/heads/master i: 311213: 5797f7a24914d957b7578c769c7cc03519c2dbdf 311211: f6a022fa8c5894b65a7680063880a21663dc4139 311207: 2fa6e49d6cc8dbd4a99b0491b84cf95c247db0ee 311199: 7322a3e979b57d8a6fa7c2c6a533a36a40da84c7 v: v3 --- [refs] | 2 +- trunk/include/linux/vga_switcheroo.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f57fb66eb4e9..1b9028c1d10d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b7019b2f31fe7bec9f6f5dc1bf54cb0e0d73e047 +refs/heads/master: d3decf3a0c1d28c80c76be170373f4c7a7217f09 diff --git a/trunk/include/linux/vga_switcheroo.h b/trunk/include/linux/vga_switcheroo.h index d844b7790ea6..ddb419cf4530 100644 --- a/trunk/include/linux/vga_switcheroo.h +++ b/trunk/include/linux/vga_switcheroo.h @@ -7,6 +7,9 @@ * vga_switcheroo.h - Support for laptop with dual GPU using one set of outputs */ +#ifndef _LINUX_VGA_SWITCHEROO_H_ +#define _LINUX_VGA_SWITCHEROO_H_ + #include struct pci_dev; @@ -73,3 +76,4 @@ static inline int vga_switcheroo_get_client_state(struct pci_dev *dev) { return #endif +#endif /* _LINUX_VGA_SWITCHEROO_H_ */