diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-04-02 10:51:26 +0100 |
---|---|---|
committer | Russell King (Oracle) <[email protected]> | 2024-04-18 12:09:21 +0100 |
commit | bb549ce39d3f8eb60e87c32a41b3fadf4b15954e (patch) | |
tree | 32f358dd13e89cd2755bac31f8bb9f1d147003ce | |
parent | 6fce490c80cf2382d6ffe5d653c98d06db041b6c (diff) |
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]>
-rw-r--r-- | drivers/vfio/platform/vfio_amba.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/vfio/platform/vfio_amba.c b/drivers/vfio/platform/vfio_amba.c index 485c6f9161a9..ff8ff8480968 100644 --- a/drivers/vfio/platform/vfio_amba.c +++ b/drivers/vfio/platform/vfio_amba.c @@ -134,7 +134,6 @@ static struct amba_driver vfio_amba_driver = { .id_table = vfio_amba_ids, .drv = { .name = "vfio-amba", - .owner = THIS_MODULE, }, .driver_managed_dma = true, }; |