From: Doug Goldstein Date: Tue, 20 Jul 2010 22:22:25 +0000 (-0700) Subject: include/linux/vgaarb.h: add missing part of include guard X-Git-Tag: v3.0~4219^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6a1a095ec8ace2912fc280d371eee8ff5da5736;p=platform%2Fkernel%2Flinux-amlogic.git 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 Cc: Dave Airlie Cc: Jesse Barnes Signed-off-by: Andrew Morton Signed-off-by: Dave Airlie --- diff --git a/include/linux/vgaarb.h b/include/linux/vgaarb.h index c9a9759..814f294 100644 --- a/include/linux/vgaarb.h +++ b/include/linux/vgaarb.h @@ -29,6 +29,7 @@ */ #ifndef LINUX_VGA_H +#define LINUX_VGA_H #include