aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lantiq/xway/dma.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/dma.c
parentARM: plat-samsung: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-5ffc6d13e141632f9f26e47823d00ac5ae4947a8.tar.xz
linux-dev-5ffc6d13e141632f9f26e47823d00ac5ae4947a8.zip
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/dma.c')
-rw-r--r--arch/mips/lantiq/xway/dma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/lantiq/xway/dma.c b/arch/mips/lantiq/xway/dma.c
index 78a91fa41944..34a116e840d8 100644
--- a/arch/mips/lantiq/xway/dma.c
+++ b/arch/mips/lantiq/xway/dma.c
@@ -261,7 +261,6 @@ static struct platform_driver dma_driver = {
.probe = ltq_dma_init,
.driver = {
.name = "dma-xway",
- .owner = THIS_MODULE,
.of_match_table = dma_match,
},
};