Skip to content

Commit 152a7a4

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9363/1: coresight: etm3x: 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 45745c8 commit 152a7a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,6 @@ MODULE_DEVICE_TABLE(amba, etm_ids);
10081008
static struct amba_driver etm_driver = {
10091009
.drv = {
10101010
.name = "coresight-etm3x",
1011-
.owner = THIS_MODULE,
10121011
.pm = &etm_dev_pm_ops,
10131012
.suppress_bind_attrs = true,
10141013
},

0 commit comments

Comments
 (0)