include/linux/vgaarb.h: add missing part of include guard

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>

authored by Doug Goldstein and committed by Dave Airlie a6a1a095 7173aeff

+1
+1
include/linux/vgaarb.h
··· 29 29 */ 30 30 31 31 #ifndef LINUX_VGA_H 32 + #define LINUX_VGA_H 32 33 33 34 #include <asm/vga.h> 34 35