mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02: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