Skip to content

Commit aff0042

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9379/1: coresight: tpda: 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-11-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 8fea6b7 commit aff0042

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/hwtracing/coresight/coresight-tpda.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ static struct amba_id tpda_ids[] = {
333333
static struct amba_driver tpda_driver = {
334334
.drv = {
335335
.name = "coresight-tpda",
336-
.owner = THIS_MODULE,
337336
.suppress_bind_attrs = true,
338337
},
339338
.probe = tpda_probe,

0 commit comments

Comments
 (0)