mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
media: rc: img-ir: 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
d07f1c56cf
commit
04626474b8
@ -166,7 +166,6 @@ MODULE_DEVICE_TABLE(of, img_ir_match);
|
||||
static struct platform_driver img_ir_driver = {
|
||||
.driver = {
|
||||
.name = "img-ir",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = img_ir_match,
|
||||
.pm = &img_ir_pmops,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user