[<prev] [next>] [day] [month] [year] [list]
Message-ID: <AANLkTikLs62R7V4YE-1VHUYpGEa0Zjlg39PUMplJvhUM@mail.gmail.com>
Date: Fri, 25 Jun 2010 14:55:51 -0500
From: Doug Goldstein <cardoe@...too.org>
To: linux-kernel@...r.kernel.org
Cc: vignatti@...edesktop.org, przanoni@...il.com,
benh@...nel.crashing.org, airlied@...ux.ie
Subject: [PATCH] Add missing part of vgaarb.h 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@...too.org>
---
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 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 <asm/vga.h>
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists