Skip to content

Commit 87ef184

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9376/1: coresight: tpdm: 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-12-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 60bf16d commit 87ef184

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/hwtracing/coresight/coresight-tpdm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,6 @@ static struct amba_id tpdm_ids[] = {
13101310
static struct amba_driver tpdm_driver = {
13111311
.drv = {
13121312
.name = "coresight-tpdm",
1313-
.owner = THIS_MODULE,
13141313
.suppress_bind_attrs = true,
13151314
},
13161315
.probe = tpdm_probe,

0 commit comments

Comments
 (0)