]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
include/linux/vgaarb.h: add missing part of include guard
authorDoug Goldstein <cardoe@gentoo.org>
Tue, 20 Jul 2010 22:22:25 +0000 (15:22 -0700)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Jul 2010 23:51:15 +0000 (09:51 +1000)
vgaarb.h was missing the #define of the #ifndef at the top for the guard
to prevent multiple #include's from causing re-define errors

Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/linux/vgaarb.h

index c9a97597699522db33b2f309bd58368970eb9651..814f294d4cd07b0ccd5e26870f681e0733a2b671 100644 (file)
@@ -29,6 +29,7 @@
  */
 
 #ifndef LINUX_VGA_H
+#define LINUX_VGA_H
 
 #include <asm/vga.h>