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:
Родитель
8ee885a98e
Коммит
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,
|
||||
},
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче