Skip to content

Commit a257144

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9365/1: coresight: tmc: 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 90b5ec2 commit a257144

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hwtracing/coresight/coresight-tmc-core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,6 @@ MODULE_DEVICE_TABLE(amba, tmc_ids);
602602
static struct amba_driver tmc_driver = {
603603
.drv = {
604604
.name = "coresight-tmc",
605-
.owner = THIS_MODULE,
606605
.suppress_bind_attrs = true,
607606
},
608607
.probe = tmc_probe,

0 commit comments

Comments
 (0)