diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:20:08 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:20:08 +0400 |
commit | 5ffc6d13e141632f9f26e47823d00ac5ae4947a8 (patch) | |
tree | 2c2951f65ffeb29ba87fb72f45d09961df774fc8 /arch/mips/lantiq/xway/gptu.c | |
parent | 5e641f9f5b6f1d3f5ab20fd7949a8bb5329030f4 (diff) | |
download | linux-5ffc6d13e141632f9f26e47823d00ac5ae4947a8.tar.xz |
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.c | 1 |
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, }, }; |