Skip to content

Commit

Permalink
Staging: xgifb: Remove XGI_TV_PLUG typedef
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Arnaud Patard <apatard@mandriva.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Jun 22, 2010
1 parent 716083c commit a3e735a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/xgifb/XGIfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct XGIfb_info {



typedef enum _TVPLUGTYPE { // vicki@030226
enum xgi_tv_plug { /* vicki@030226 */
// TVPLUG_Legacy = 0,
// TVPLUG_COMPOSITE,
// TVPLUG_SVIDEO,
Expand All @@ -111,7 +111,7 @@ typedef enum _TVPLUGTYPE { // vicki@030226
TVPLUG_YPBPR_750P = 7,
TVPLUG_YPBPR_1080i = 8,
TVPLUG_TOTAL
} XGI_TV_PLUG;
};


struct mode_info {
Expand All @@ -133,7 +133,7 @@ struct ap_data {
enum XGI_CHIP_TYPE chip;
unsigned char hasVB;
enum xgi_tvtype TV_type;
XGI_TV_PLUG TV_plug;
enum xgi_tv_plug TV_plug;
unsigned long version;
char reserved[256];
};
Expand Down

0 comments on commit a3e735a

Please sign in to comment.