diff options
author | Wolfram Sang | 2014-10-20 16:20:28 +0200 |
---|---|---|
committer | Wolfram Sang | 2014-10-20 16:20:28 +0200 |
commit | 55f04d7f59ddd48422cccba2cb1329d62401b2df (patch) | |
tree | 05a9fb3dc5e43a16a54ab5b26637814474b66818 /drivers/dma/imx-dma.c | |
parent | c4456c1701d64ba1870ecafb33ec7f6de9dc5952 (diff) |
dma: 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/imx-dma.c')
-rw-r--r-- | drivers/dma/imx-dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c index 9d2c9e7374dc..10bbc0a675b0 100644 --- a/drivers/dma/imx-dma.c +++ b/drivers/dma/imx-dma.c @@ -1236,7 +1236,6 @@ static int imxdma_remove(struct platform_device *pdev) static struct platform_driver imxdma_driver = { .driver = { .name = "imx-dma", - .owner = THIS_MODULE, .of_match_table = imx_dma_of_dev_id, }, .id_table = imx_dma_devtype, |