backlight: Remove .owner field for drivers using module_platform_driver
This patch removes the superflous .owner field for drivers which use the module_platform_driver or platform_driver_register api, as this is overriden in __platform_driver_register. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
此提交包含在:
@@ -467,7 +467,6 @@ static int as3711_backlight_probe(struct platform_device *pdev)
|
||||
static struct platform_driver as3711_backlight_driver = {
|
||||
.driver = {
|
||||
.name = "as3711-backlight",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = as3711_backlight_probe,
|
||||
};
|
||||
|
新增問題並參考
封鎖使用者