1
0
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:
Daniel Scheller 2017-01-15 13:54:30 +01:00
parent 1f77192d62
commit efdf79300a

View File

@ -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");