aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-falcon.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:21:36 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:21:36 -0400
commit14ac00e033c57983032993d3b7b3f70b16a9fdbd (patch)
tree761a4ad70eecc669e2ff2aef21701fc7bc4e267f /drivers/spi/spi-falcon.c
parent72c6293340bb2fea5ced8fdecc7d765fd6828731 (diff)
spi: 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/spi/spi-falcon.c')
-rw-r--r--drivers/spi/spi-falcon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-falcon.c b/drivers/spi/spi-falcon.c
index f73b3004d6d3..912b9037e9cf 100644
--- a/drivers/spi/spi-falcon.c
+++ b/drivers/spi/spi-falcon.c
@@ -441,7 +441,6 @@ static struct platform_driver falcon_sflash_driver = {
441 .probe = falcon_sflash_probe, 441 .probe = falcon_sflash_probe,
442 .driver = { 442 .driver = {
443 .name = DRV_NAME, 443 .name = DRV_NAME,
444 .owner = THIS_MODULE,
445 .of_match_table = falcon_sflash_match, 444 .of_match_table = falcon_sflash_match,
446 } 445 }
447}; 446};