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/[email protected] Acked-by: Suzuki K Poulose <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
1 parent a0c50b9 commit 60bf16d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)