aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/bestcomm/bestcomm.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:28 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:28 +0200
commitd45acddd85964a3c58666d93911bc6cdfac3b999 (patch)
tree60fc054d224cb2494ff03936b8a38925e32d5f43 /drivers/dma/bestcomm/bestcomm.c
parentdma: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-d45acddd85964a3c58666d93911bc6cdfac3b999.tar.xz
linux-dev-d45acddd85964a3c58666d93911bc6cdfac3b999.zip
dma: bestcomm: 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/bestcomm/bestcomm.c')
-rw-r--r--drivers/dma/bestcomm/bestcomm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/bestcomm/bestcomm.c b/drivers/dma/bestcomm/bestcomm.c
index a8c2e2994d2e..fa378d88f6c8 100644
--- a/drivers/dma/bestcomm/bestcomm.c
+++ b/drivers/dma/bestcomm/bestcomm.c
@@ -495,7 +495,6 @@ static struct platform_driver mpc52xx_bcom_of_platform_driver = {
.remove = mpc52xx_bcom_remove,
.driver = {
.name = DRIVER_NAME,
- .owner = THIS_MODULE,
.of_match_table = mpc52xx_bcom_of_match,
},
};