Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77609101 authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Greg Kroah-Hartman
Browse files

staging: xgifb: delete "userom" option



Delete a redundant option.

Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent aa56b279
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
+0 −2
Original line number Diff line number Diff line
@@ -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;
		}