Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288993
b: refs/heads/master
c: b33704d
h: refs/heads/master
i:
  288991: 4f21860
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 3d7ef93 commit 4854830
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e24b0a3f0c9ab95a7910458f3b4d90fdf19954e2
refs/heads/master: b33704dffa36f3ed972602ea9ef8b46d3d5e3b06
1 change: 1 addition & 0 deletions trunk/drivers/staging/xgifb/XGI_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include "XGIfb.h"
#include "vb_struct.h"
#include "../../video/sis/sis.h"
#include "vb_def.h"

#define XGIFAIL(x) do { printk(x "\n"); return -EINVAL; } while (0)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/xgifb/XGIfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#include <linux/ioctl.h>
#include <linux/types.h>

#include "vb_struct.h"
#include "vgatypes.h"
#include "vb_struct.h"

enum xgifb_display_type {
XGIFB_DISP_NONE = 0,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/xgifb/vb_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#include <linux/pci.h>
#include <linux/vmalloc.h>

#include "vgatypes.h"
#include "XGIfb.h"
#include "vgatypes.h"

#include "vb_def.h"
#include "vb_struct.h"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/xgifb/vb_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ struct XGI_LCDDataStruct {
unsigned short LCDVT;
};

#include "../../video/sis/vstruct.h"

struct XGI_LVDSCRT1HDataStruct {
unsigned char Reg[8];
Expand Down
9 changes: 9 additions & 0 deletions trunk/drivers/staging/xgifb/vgatypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#define _VGATYPES_

#include <linux/ioctl.h>
#include <linux/fb.h> /* for struct fb_var_screeninfo for sis.h */
#include "../../video/sis/vgatypes.h"
#include "../../video/sis/sis.h" /* for LCD_TYPE */

#ifndef XGI_VB_CHIP_TYPE
enum XGI_VB_CHIP_TYPE {
Expand All @@ -19,6 +22,12 @@ enum XGI_VB_CHIP_TYPE {
};
#endif


#define XGI_LCD_TYPE
/* Since the merge with video/sis the LCD_TYPEs are used from
drivers/video/sis/sis.h . Nevertheless we keep this (for the moment) for
future reference until the code is merged completely and we are sure
nothing of this should be added to the sis.h header */
#ifndef XGI_LCD_TYPE
enum XGI_LCD_TYPE {
LCD_INVALID = 0,
Expand Down

0 comments on commit 4854830

Please sign in to comment.