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/20240326-module-owner-amba-v1-2-4517b091385b@linaro.org Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
1 parent bb549ce commit 862aceb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)