Skip to content

Commit a0c50b9

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9374/1: coresight: etb10: 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 7ebc2ee commit a0c50b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hwtracing/coresight/coresight-etb10.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,6 @@ MODULE_DEVICE_TABLE(amba, etb_ids);
844844
static struct amba_driver etb_driver = {
845845
.drv = {
846846
.name = "coresight-etb10",
847-
.owner = THIS_MODULE,
848847
.pm = &etb_dev_pm_ops,
849848
.suppress_bind_attrs = true,
850849

0 commit comments

Comments
 (0)