Skip to content

Commit 45745c8

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9362/1: coresight: catu: 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 5677b17 commit 45745c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hwtracing/coresight/coresight-catu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ MODULE_DEVICE_TABLE(amba, catu_ids);
590590
static struct amba_driver catu_driver = {
591591
.drv = {
592592
.name = "coresight-catu",
593-
.owner = THIS_MODULE,
594593
.suppress_bind_attrs = true,
595594
},
596595
.probe = catu_probe,

0 commit comments

Comments
 (0)