mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 15:46:09 +07:00
coresight-replicator: remove .owner field for driver
There is no need of .owner field for driver using module_platform_driver. Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8ee885a98e
commit
ac610cd7c2
@ -117,7 +117,6 @@ static struct platform_driver replicator_driver = {
|
||||
.remove = replicator_remove,
|
||||
.driver = {
|
||||
.name = "coresight-replicator",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = replicator_match,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user