staging: xgifb: delete "userom" option
Delete a redundant option. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
aa56b2790a
commit
776091018b
2 changed files with 0 additions and 3 deletions
|
@ -124,7 +124,6 @@ MODULE_DEVICE_TABLE(pci, xgifb_pci_table);
|
|||
/* display status */
|
||||
static int XGIfb_crt1off;
|
||||
static int XGIfb_forcecrt1 = -1;
|
||||
static int XGIfb_userom ;
|
||||
|
||||
/* global flags */
|
||||
static int XGIfb_tvmode;
|
||||
|
|
|
@ -1875,8 +1875,6 @@ static int __init XGIfb_setup(char *options)
|
|||
XGIfb_crt2type = XGIFB_DISP_LCD;
|
||||
} else if (!strncmp(this_opt, "noypan", 6)) {
|
||||
XGIfb_ypan = 0;
|
||||
} else if (!strncmp(this_opt, "userom:", 7)) {
|
||||
XGIfb_userom = xgifb_optval(this_opt, 7);
|
||||
} else {
|
||||
mode = this_opt;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue