From: Krzysztof Kozlowski Date: Tue, 2 Apr 2024 09:51:12 +0000 (+0100) Subject: ARM: 9378/1: coresight: etm4x: drop owner assignment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8fea6b7ff574dd4e04364de8c2cdfc2f2b7d47c2;p=linux.git ARM: 9378/1: coresight: etm4x: drop owner assignment Amba bus core already sets owner, so driver does not need to. Link: https://lore.kernel.org/r/20240326-module-owner-amba-v1-5-4517b091385b@linaro.org Acked-by: Suzuki K Poulose Signed-off-by: Krzysztof Kozlowski Signed-off-by: Russell King (Oracle) --- diff --git a/drivers/hwtracing/coresight/coresight-etm4x-core.c b/drivers/hwtracing/coresight/coresight-etm4x-core.c index c2ca4a02dfce1..e6cd9705596ce 100644 --- a/drivers/hwtracing/coresight/coresight-etm4x-core.c +++ b/drivers/hwtracing/coresight/coresight-etm4x-core.c @@ -2344,7 +2344,6 @@ MODULE_DEVICE_TABLE(amba, etm4_ids); static struct amba_driver etm4x_amba_driver = { .drv = { .name = "coresight-etm4x", - .owner = THIS_MODULE, .suppress_bind_attrs = true, }, .probe = etm4_probe_amba,