Skip to content

Commit 57c7aa7

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9366/1: coresight: tpiu: 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 a257144 commit 57c7aa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hwtracing/coresight/coresight-tpiu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ MODULE_DEVICE_TABLE(amba, tpiu_ids);
236236
static struct amba_driver tpiu_driver = {
237237
.drv = {
238238
.name = "coresight-tpiu",
239-
.owner = THIS_MODULE,
240239
.pm = &tpiu_dev_pm_ops,
241240
.suppress_bind_attrs = true,
242241
},

0 commit comments

Comments
 (0)