For usage of rs9113 driver. Another reason not to want to use this driver. =========================================================== diff -Naru a/kernel/module.c b/kernel/module.c --- a/kernel/module.c 2022-06-17 15:57:38.000000000 -0500 +++ b/kernel/module.c 2022-06-28 15:48:04.441116492 -0500 @@ -1476,14 +1476,6 @@ if (!sym) goto unlock; - if (license == GPL_ONLY) - mod->using_gplonly_symbols = true; - - if (!inherit_taint(mod, owner)) { - sym = NULL; - goto getname; - } - if (!check_version(info, name, mod, crc)) { sym = ERR_PTR(-EINVAL); goto getname;