Skip to content

Commit

Permalink
staging/xgifb: Add header #include guards to vb_table.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Jun 14, 2012
1 parent 95649c4 commit ac326fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/staging/xgifb/vb_table.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ifndef _VB_TABLE_
#define _VB_TABLE_
/* yilin modify for xgi20 */
static struct SiS_MCLKData XGI340New_MCLKData[] = {
{0x16, 0x01, 0x01, 166},
Expand Down Expand Up @@ -2696,3 +2698,4 @@ static struct XGI301C_Tap4TimingStruct YPbPr750pTap4Timing[] = {
}
}
};
#endif

0 comments on commit ac326fb

Please sign in to comment.