vfio: Drop owner assignment from platform_driver
platform_driver does not need to set an owner because platform_driver_register() will set it. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Acked-by: Baptiste Reynal <b.reynal@virtualopensystems.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
parent
8005c49d9a
commit
7fe9414223
|
@ -92,7 +92,6 @@ static struct platform_driver vfio_platform_driver = {
|
|||
.remove = vfio_platform_remove,
|
||||
.driver = {
|
||||
.name = "vfio-platform",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue