media: rc: 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>
此提交包含在:
@@ -306,7 +306,6 @@ static struct platform_driver sunxi_ir_driver = {
|
||||
.remove = sunxi_ir_remove,
|
||||
.driver = {
|
||||
.name = SUNXI_IR_DEV,
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = sunxi_ir_match,
|
||||
},
|
||||
};
|
||||
|
新增問題並參考
封鎖使用者