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/[email protected] Acked-by: Vinod Koul <[email protected]> Acked-by: Suzuki K Poulose <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
1 parent 727265e commit 8ab268e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)