aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:28 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:28 -0400
commitd45acddd85964a3c58666d93911bc6cdfac3b999 (patch)
tree60fc054d224cb2494ff03936b8a38925e32d5f43
parent55f04d7f59ddd48422cccba2cb1329d62401b2df (diff)
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>
-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 = {
495 .remove = mpc52xx_bcom_remove, 495 .remove = mpc52xx_bcom_remove,
496 .driver = { 496 .driver = {
497 .name = DRIVER_NAME, 497 .name = DRIVER_NAME,
498 .owner = THIS_MODULE,
499 .of_match_table = mpc52xx_bcom_of_match, 498 .of_match_table = mpc52xx_bcom_of_match,
500 }, 499 },
501}; 500};