diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:29 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:29 -0400 |
commit | 278559f695df0cd34f43fbeb81f11528ca064d93 (patch) | |
tree | 5e726008461892ca4b94c092db173fbf6d25f279 /drivers/dma/ppc4xx | |
parent | 496b2da10ea0ad0690e83cd58e8663b8bd76c76f (diff) |
dma: ppc4xx: 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/ppc4xx')
-rw-r--r-- | drivers/dma/ppc4xx/adma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/ppc4xx/adma.c b/drivers/dma/ppc4xx/adma.c index ce7a8d7564ba..fa764a39cd36 100644 --- a/drivers/dma/ppc4xx/adma.c +++ b/drivers/dma/ppc4xx/adma.c | |||
@@ -4579,7 +4579,6 @@ static struct platform_driver ppc440spe_adma_driver = { | |||
4579 | .remove = ppc440spe_adma_remove, | 4579 | .remove = ppc440spe_adma_remove, |
4580 | .driver = { | 4580 | .driver = { |
4581 | .name = "PPC440SP(E)-ADMA", | 4581 | .name = "PPC440SP(E)-ADMA", |
4582 | .owner = THIS_MODULE, | ||
4583 | .of_match_table = ppc440spe_adma_of_match, | 4582 | .of_match_table = ppc440spe_adma_of_match, |
4584 | }, | 4583 | }, |
4585 | }; | 4584 | }; |