MIPS: lantiq: xway: drop owner assignment from platform_drivers

This platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8823/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Wolfram Sang 2014-12-21 22:14:23 +01:00 committed by Ralf Baechle
parent 94e37fc22a
commit 1e294287bb
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ static struct platform_driver vmmc_driver = {
.probe = vmmc_probe,
.driver = {
.name = "lantiq,vmmc",
.owner = THIS_MODULE,
.of_match_table = vmmc_match,
},
};