From: Krzysztof Kozlowski Date: Tue, 2 Apr 2024 09:51:13 +0000 (+0100) Subject: ARM: 9373/1: coresight: funnel: drop owner assignment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7ebc2eefdc3c4a913df05fedf784bd0a81daf1cb;p=linux.git ARM: 9373/1: coresight: funnel: 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-6-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-funnel.c b/drivers/hwtracing/coresight/coresight-funnel.c index ef1a0abfee4e9..5ab1f592917a0 100644 --- a/drivers/hwtracing/coresight/coresight-funnel.c +++ b/drivers/hwtracing/coresight/coresight-funnel.c @@ -399,7 +399,6 @@ MODULE_DEVICE_TABLE(amba, dynamic_funnel_ids); static struct amba_driver dynamic_funnel_driver = { .drv = { .name = "coresight-dynamic-funnel", - .owner = THIS_MODULE, .pm = &funnel_dev_pm_ops, .suppress_bind_attrs = true, },