Skip to content

Commit 87ef184

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9376/1: coresight: tpdm: 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 60bf16d commit 87ef184

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hwtracing/coresight/coresight-tpdm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,6 @@ static struct amba_id tpdm_ids[] = {
13101310
static struct amba_driver tpdm_driver = {
13111311
.drv = {
13121312
.name = "coresight-tpdm",
1313-
.owner = THIS_MODULE,
13141313
.suppress_bind_attrs = true,
13151314
},
13161315
.probe = tpdm_probe,

0 commit comments

Comments
 (0)