Skip to content

Commit 862aceb

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9371/1: coresight: cti: 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 bb549ce commit 862aceb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,6 @@ MODULE_DEVICE_TABLE(amba, cti_ids);
982982
static struct amba_driver cti_driver = {
983983
.drv = {
984984
.name = "coresight-cti",
985-
.owner = THIS_MODULE,
986985
.suppress_bind_attrs = true,
987986
},
988987
.probe = cti_probe,

0 commit comments

Comments
 (0)