[PATCH 2/2] soc: imx: Remove unnecessary .owner

From: Jiapeng Chong
Date: Thu Sep 15 2022 - 04:02:57 EST


Remove .owner field if calls are used which set it automatically.

./drivers/soc/imx/imx93-src.c:24:3-8: No need to set .owner here. The core will do it.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2188
Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
drivers/soc/imx/imx93-src.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/soc/imx/imx93-src.c b/drivers/soc/imx/imx93-src.c
index 4d74921cae0f..f1c2e22d5cbd 100644
--- a/drivers/soc/imx/imx93-src.c
+++ b/drivers/soc/imx/imx93-src.c
@@ -21,7 +21,6 @@ MODULE_DEVICE_TABLE(of, imx93_src_ids);
static struct platform_driver imx93_src_driver = {
.driver = {
.name = "imx93_src",
- .owner = THIS_MODULE,
.of_match_table = imx93_src_ids,
},
.probe = imx93_src_probe,
--
2.20.1.7.g153144c