Skip to content

Commit a0c50b9

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9374/1: coresight: etb10: 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-8-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 7ebc2ee commit a0c50b9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/hwtracing/coresight/coresight-etb10.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,6 @@ MODULE_DEVICE_TABLE(amba, etb_ids);
844844
static struct amba_driver etb_driver = {
845845
.drv = {
846846
.name = "coresight-etb10",
847-
.owner = THIS_MODULE,
848847
.pm = &etb_dev_pm_ops,
849848
.suppress_bind_attrs = true,
850849

0 commit comments

Comments
 (0)