Skip to content

Commit

Permalink
vfio: Drop owner assignment from platform_driver
Browse files Browse the repository at this point in the history
platform_driver does not need to set an owner because
platform_driver_register() will set it.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Baptiste Reynal <[email protected]>
Signed-off-by: Alex Williamson <[email protected]>
  • Loading branch information
krzk authored and awilliam committed Nov 19, 2015
1 parent 8005c49 commit 7fe9414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/vfio/platform/vfio_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ static struct platform_driver vfio_platform_driver = {
.remove = vfio_platform_remove,
.driver = {
.name = "vfio-platform",
.owner = THIS_MODULE,
},
};

Expand Down

0 comments on commit 7fe9414

Please sign in to comment.