diff options
| author | Krzysztof Kozlowski <[email protected]> | 2024-04-02 09:51:15 +0000 |
|---|---|---|
| committer | Russell King (Oracle) <[email protected]> | 2024-04-18 11:09:24 +0000 |
| commit | a0c50b9bd932139e7f2bc7e8851a446e5e8a4392 (patch) | |
| tree | 9940db4fd85f495d8cae3b4a2c5360850d491d91 | |
| parent | ARM: 9373/1: coresight: funnel: drop owner assignment (diff) | |
| download | kernel-a0c50b9bd932139e7f2bc7e8851a446e5e8a4392.tar.gz kernel-a0c50b9bd932139e7f2bc7e8851a446e5e8a4392.zip | |
ARM: 9374/1: coresight: etb10: 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-etb10.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwtracing/coresight/coresight-etb10.c b/drivers/hwtracing/coresight/coresight-etb10.c index 3aab182b562f..7edd3f1d0d46 100644 --- a/drivers/hwtracing/coresight/coresight-etb10.c +++ b/drivers/hwtracing/coresight/coresight-etb10.c @@ -844,7 +844,6 @@ MODULE_DEVICE_TABLE(amba, etb_ids); static struct amba_driver etb_driver = { .drv = { .name = "coresight-etb10", - .owner = THIS_MODULE, .pm = &etb_dev_pm_ops, .suppress_bind_attrs = true, |
