summaryrefslogtreecommitdiffstats
path: root/arch/mips/lantiq/xway/gptu.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:08 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:08 +0200
commit5ffc6d13e141632f9f26e47823d00ac5ae4947a8 (patch)
tree2c2951f65ffeb29ba87fb72f45d09961df774fc8 /arch/mips/lantiq/xway/gptu.c
parent5e641f9f5b6f1d3f5ab20fd7949a8bb5329030f4 (diff)
downloadlinux-5ffc6d13e141632f9f26e47823d00ac5ae4947a8.tar.bz2
mips: lantiq: xway: drop owner assignment from platform_drivers
A 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>
Diffstat (limited to 'arch/mips/lantiq/xway/gptu.c')
-rw-r--r--arch/mips/lantiq/xway/gptu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/lantiq/xway/gptu.c b/arch/mips/lantiq/xway/gptu.c
index 850821df924c..f1492b2db017 100644
--- a/arch/mips/lantiq/xway/gptu.c
+++ b/arch/mips/lantiq/xway/gptu.c
@@ -193,7 +193,6 @@ static struct platform_driver dma_driver = {
.probe = gptu_probe,
.driver = {
.name = "gptu-xway",
- .owner = THIS_MODULE,
.of_match_table = gptu_match,
},
};