diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-07-20 15:22:25 -0700 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-07-21 09:51:15 +1000 |
commit | a6a1a095ec8ace2912fc280d371eee8ff5da5736 (patch) | |
tree | 35aa89867cddb3480f83aacd0c90f2fee1ab5c94 /include | |
parent | 7173aeff025a7fed3fa903e362bf773e6258dd47 (diff) | |
download | linux-a6a1a095ec8ace2912fc280d371eee8ff5da5736.tar.bz2 |
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')
-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 @@ */ #ifndef LINUX_VGA_H +#define LINUX_VGA_H #include <asm/vga.h> |