projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95649c4
)
staging/xgifb: Add header #include guards to vb_table.h
author
Peter Huewe
<peterhuewe@gmx.de>
Wed, 13 Jun 2012 22:21:41 +0000
(
00:21
+0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 14 Jun 2012 00:13:22 +0000
(17:13 -0700)
This patch adds a simple #include guard to vb_table.h
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/vb_table.h
patch
|
blob
|
history
diff --git
a/drivers/staging/xgifb/vb_table.h
b/drivers/staging/xgifb/vb_table.h
index d22e599cb305686e403bfe6dfda6e97ad951f6db..9a17113849ec04f8b97e2faaa4231e09329b257c 100644
(file)
--- a/
drivers/staging/xgifb/vb_table.h
+++ b/
drivers/staging/xgifb/vb_table.h
@@
-1,3
+1,5
@@
+#ifndef _VB_TABLE_
+#define _VB_TABLE_
/* yilin modify for xgi20 */
static struct SiS_MCLKData XGI340New_MCLKData[] = {
{0x16, 0x01, 0x01, 166},
@@
-2696,3
+2698,4
@@
static struct XGI301C_Tap4TimingStruct YPbPr750pTap4Timing[] = {
}
}
};
+#endif