diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-04-02 10:51:13 +0100 |
---|---|---|
committer | Russell King (Oracle) <[email protected]> | 2024-04-18 12:09:23 +0100 |
commit | 7ebc2eefdc3c4a913df05fedf784bd0a81daf1cb (patch) | |
tree | 57f613748daf188d2aa8a18aeb72a9788e071002 | |
parent | 93fcceffc6a6fe261ccd5f1565e0b8d5f176f41a (diff) |
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/[email protected]
Acked-by: Suzuki K Poulose <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Russell King (Oracle) <[email protected]>
-rw-r--r-- | drivers/hwtracing/coresight/coresight-funnel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwtracing/coresight/coresight-funnel.c b/drivers/hwtracing/coresight/coresight-funnel.c index ef1a0abfee4e..5ab1f592917a 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, }, |