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:
parent
76dab93696
commit
95f87b9283
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user