mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
cleanup: remove unused modparm 'tt'
This commit is contained in:
parent
1f77192d62
commit
efdf79300a
@ -38,10 +38,6 @@ static int vlan;
|
||||
module_param(vlan, int, 0444);
|
||||
MODULE_PARM_DESC(vlan, "VLAN and QoS IDs enabled");
|
||||
|
||||
static int tt;
|
||||
module_param(tt, int, 0444);
|
||||
MODULE_PARM_DESC(tt, "");
|
||||
|
||||
static int fmode;
|
||||
module_param(fmode, int, 0444);
|
||||
MODULE_PARM_DESC(fmode, "frontend emulation mode");
|
||||
|
Loading…
Reference in New Issue
Block a user