Skip to content

Commit aff0042

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9379/1: coresight: tpda: 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 8fea6b7 commit aff0042

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hwtracing/coresight/coresight-tpda.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ static struct amba_id tpda_ids[] = {
333333
static struct amba_driver tpda_driver = {
334334
.drv = {
335335
.name = "coresight-tpda",
336-
.owner = THIS_MODULE,
337336
.suppress_bind_attrs = true,
338337
},
339338
.probe = tpda_probe,

0 commit comments

Comments
 (0)