aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-rspi.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-rspi.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-rspi.c')
-rw-r--r--drivers/spi/spi-rspi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-rspi.c b/drivers/spi/spi-rspi.c
index 54bb0faec155..2071f788c6fb 100644
--- a/drivers/spi/spi-rspi.c
+++ b/drivers/spi/spi-rspi.c
@@ -1211,7 +1211,6 @@ static struct platform_driver rspi_driver = {
1211 .id_table = spi_driver_ids, 1211 .id_table = spi_driver_ids,
1212 .driver = { 1212 .driver = {
1213 .name = "renesas_spi", 1213 .name = "renesas_spi",
1214 .owner = THIS_MODULE,
1215 .of_match_table = of_match_ptr(rspi_of_match), 1214 .of_match_table = of_match_ptr(rspi_of_match),
1216 }, 1215 },
1217}; 1216};