Skip to content

Commit 57c7aa7

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9366/1: coresight: tpiu: 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-13-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 a257144 commit 57c7aa7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/hwtracing/coresight/coresight-tpiu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ MODULE_DEVICE_TABLE(amba, tpiu_ids);
236236
static struct amba_driver tpiu_driver = {
237237
.drv = {
238238
.name = "coresight-tpiu",
239-
.owner = THIS_MODULE,
240239
.pm = &tpiu_dev_pm_ops,
241240
.suppress_bind_attrs = true,
242241
},

0 commit comments

Comments
 (0)