Skip to content

Commit 8fea6b7

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9378/1: coresight: etm4x: 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 4b5bcd5 commit 8fea6b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,6 @@ MODULE_DEVICE_TABLE(amba, etm4_ids);
23442344
static struct amba_driver etm4x_amba_driver = {
23452345
.drv = {
23462346
.name = "coresight-etm4x",
2347-
.owner = THIS_MODULE,
23482347
.suppress_bind_attrs = true,
23492348
},
23502349
.probe = etm4_probe_amba,

0 commit comments

Comments
 (0)