hsi: controllers: 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
154f0d679d
commit
53b72c1787
|
@ -610,7 +610,6 @@ static struct platform_driver ssi_pdriver = {
|
|||
.remove = __exit_p(ssi_remove),
|
||||
.driver = {
|
||||
.name = "omap_ssi",
|
||||
.owner = THIS_MODULE,
|
||||
.pm = DEV_PM_OPS,
|
||||
.of_match_table = omap_ssi_of_match,
|
||||
},
|
||||
|
|
|
@ -1385,7 +1385,6 @@ static struct platform_driver ssi_port_pdriver = {
|
|||
.remove = __exit_p(ssi_port_remove),
|
||||
.driver = {
|
||||
.name = "omap_ssi_port",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = omap_ssi_port_of_match,
|
||||
.pm = DEV_PM_OPS,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue