projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7173aef
)
include/linux/vgaarb.h: add missing part of include guard
author
Doug Goldstein
<cardoe@gentoo.org>
Tue, 20 Jul 2010 22:22:25 +0000
(15:22 -0700)
committer
Dave 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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/vgaarb.h
b/include/linux/vgaarb.h
index c9a97597699522db33b2f309bd58368970eb9651..814f294d4cd07b0ccd5e26870f681e0733a2b671 100644
(file)
--- 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>