mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 04:10:51 +07: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 = {
|
static struct platform_driver img_ir_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "img-ir",
|
.name = "img-ir",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = img_ir_match,
|
.of_match_table = img_ir_match,
|
||||||
.pm = &img_ir_pmops,
|
.pm = &img_ir_pmops,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user