mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 08:50:17 -04:00
staging: media: davinci_vpfe: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
@@ -707,7 +707,6 @@ static int vpfe_remove(struct platform_device *pdev)
|
||||
static struct platform_driver vpfe_driver = {
|
||||
.driver = {
|
||||
.name = CAPTURE_DRV_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = vpfe_probe,
|
||||
.remove = vpfe_remove,
|
||||
|
||||
Reference in New Issue
Block a user