Skip to content

Commit 8ab268e

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9368/1: dmaengine: pl330: 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-16-4517b091385b@linaro.org Acked-by: Vinod Koul <vkoul@kernel.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 727265e commit 8ab268e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/dma/pl330.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3265,7 +3265,6 @@ MODULE_DEVICE_TABLE(amba, pl330_ids);
32653265

32663266
static struct amba_driver pl330_driver = {
32673267
.drv = {
3268-
.owner = THIS_MODULE,
32693268
.name = "dma-pl330",
32703269
.pm = &pl330_pm,
32713270
},

0 commit comments

Comments
 (0)