mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09: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>
(cherry picked from commit ac610cd7c2)
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
This commit is contained in:
committed by
Mathieu Poirier
parent
6419bbabfb
commit
dc493a77c2
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user