Skip to content

Commit bb549ce

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9370/1: vfio: amba: drop owner assignment
Amba bus core already sets owner, so driver does not need to. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Eric Auger <[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 6fce490 commit bb549ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/vfio/platform/vfio_amba.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ static struct amba_driver vfio_amba_driver = {
134134
.id_table = vfio_amba_ids,
135135
.drv = {
136136
.name = "vfio-amba",
137-
.owner = THIS_MODULE,
138137
},
139138
.driver_managed_dma = true,
140139
};

0 commit comments

Comments
 (0)