提交 7fe94142 编写于 作者: K Krzysztof Kozlowski 提交者: Alex Williamson

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: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: NBaptiste Reynal <b.reynal@virtualopensystems.com>
Signed-off-by: NAlex Williamson <alex.williamson@redhat.com>
上级 8005c49d
......@@ -92,7 +92,6 @@ static struct platform_driver vfio_platform_driver = {
.remove = vfio_platform_remove,
.driver = {
.name = "vfio-platform",
.owner = THIS_MODULE,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册