13 Mar
2021
13 Mar
'21
9:23 a.m.
As THIS_MODULE has been set in module_platform_driver(), so remove it.
Signed-off-by: Wang Qing wangqing@vivo.com --- sound/soc/codecs/lpass-rx-macro.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/lpass-rx-macro.c b/sound/soc/codecs/lpass-rx-macro.c index c9c21d22..5b9d4e9 --- a/sound/soc/codecs/lpass-rx-macro.c +++ b/sound/soc/codecs/lpass-rx-macro.c @@ -3585,7 +3585,6 @@ static const struct of_device_id rx_macro_dt_match[] = { static struct platform_driver rx_macro_driver = { .driver = { .name = "rx_macro", - .owner = THIS_MODULE, .of_match_table = rx_macro_dt_match, .suppress_bind_attrs = true, },
--
2.7.4