Skip to content

Commit 60bf16d

Browse files
krzkRussell King (Oracle)
authored andcommitted
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/20240326-module-owner-amba-v1-9-4517b091385b@linaro.org Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
1 parent a0c50b9 commit 60bf16d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/hwtracing/coresight/coresight-stm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,6 @@ MODULE_DEVICE_TABLE(amba, stm_ids);
954954
static struct amba_driver stm_driver = {
955955
.drv = {
956956
.name = "coresight-stm",
957-
.owner = THIS_MODULE,
958957
.pm = &stm_dev_pm_ops,
959958
.suppress_bind_attrs = true,
960959
},

0 commit comments

Comments
 (0)