Skip to content

Commit

Permalink
coresight-replicator: remove .owner field for driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pankajkdubey authored and gregkh committed Nov 27, 2014
1 parent 8ee885a commit ac610cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/coresight/coresight-replicator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit ac610cd

Please sign in to comment.