diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-07-20 18:22:25 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-07-20 19:51:15 -0400 |
commit | a6a1a095ec8ace2912fc280d371eee8ff5da5736 (patch) | |
tree | 35aa89867cddb3480f83aacd0c90f2fee1ab5c94 /include/linux/vgaarb.h | |
parent | 7173aeff025a7fed3fa903e362bf773e6258dd47 (diff) |
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>
Diffstat (limited to 'include/linux/vgaarb.h')
-rw-r--r-- | include/linux/vgaarb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/vgaarb.h b/include/linux/vgaarb.h index c9a975976995..814f294d4cd0 100644 --- a/include/linux/vgaarb.h +++ b/include/linux/vgaarb.h | |||
@@ -29,6 +29,7 @@ | |||
29 | */ | 29 | */ |
30 | 30 | ||
31 | #ifndef LINUX_VGA_H | 31 | #ifndef LINUX_VGA_H |
32 | #define LINUX_VGA_H | ||
32 | 33 | ||
33 | #include <asm/vga.h> | 34 | #include <asm/vga.h> |
34 | 35 | ||