diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-04-02 10:51:16 +0100 |
---|---|---|
committer | Russell King (Oracle) <[email protected]> | 2024-04-18 12:09:25 +0100 |
commit | 60bf16d824fb5623e5a721ae7d458048b4bcbd0f (patch) | |
tree | 755d33c519f45ead92c35ab8c5545c08234d90e1 | |
parent | a0c50b9bd932139e7f2bc7e8851a446e5e8a4392 (diff) |
ARM: 9375/1: coresight: stm: 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-stm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwtracing/coresight/coresight-stm.c b/drivers/hwtracing/coresight/coresight-stm.c index 974d37e5f94c..15b52358965c 100644 --- a/drivers/hwtracing/coresight/coresight-stm.c +++ b/drivers/hwtracing/coresight/coresight-stm.c @@ -954,7 +954,6 @@ MODULE_DEVICE_TABLE(amba, stm_ids); static struct amba_driver stm_driver = { .drv = { .name = "coresight-stm", - .owner = THIS_MODULE, .pm = &stm_dev_pm_ops, .suppress_bind_attrs = true, }, |