1
0
Fork 0

gpio: arizona: drop owner assignment from platform_drivers

This driver no need to set the owner field, it will be populated
by driver core.

Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
wifi-calibration
Varka Bhadram 2015-03-31 09:49:10 +05:30 committed by Linus Walleij
parent 76a2dae0e6
commit 4878b46679
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ static int arizona_gpio_remove(struct platform_device *pdev)
static struct platform_driver arizona_gpio_driver = {
.driver.name = "arizona-gpio",
.driver.owner = THIS_MODULE,
.probe = arizona_gpio_probe,
.remove = arizona_gpio_remove,
};