diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:29 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:29 +0200 |
commit | 696f26e740b3278b842386a0ead3833b7b4da7d8 (patch) | |
tree | 27577a3f2acbabe9af3bdad5d657f46dfff25d44 /drivers/dma/sh/shdmac.c | |
parent | 278559f695df0cd34f43fbeb81f11528ca064d93 (diff) | |
download | linux-696f26e740b3278b842386a0ead3833b7b4da7d8.tar.gz linux-696f26e740b3278b842386a0ead3833b7b4da7d8.tar.bz2 linux-696f26e740b3278b842386a0ead3833b7b4da7d8.zip |
dma: sh: 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 'drivers/dma/sh/shdmac.c')
-rw-r--r-- | drivers/dma/sh/shdmac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/sh/shdmac.c b/drivers/dma/sh/shdmac.c index 58eb85770eba..1b1d252f938e 100644 --- a/drivers/dma/sh/shdmac.c +++ b/drivers/dma/sh/shdmac.c @@ -925,7 +925,6 @@ static int sh_dmae_remove(struct platform_device *pdev) static struct platform_driver sh_dmae_driver = { .driver = { - .owner = THIS_MODULE, .pm = &sh_dmae_pm, .name = SH_DMAE_DRV_NAME, .of_match_table = sh_dmae_of_match, |