diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:36 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:36 -0400 |
commit | 14ac00e033c57983032993d3b7b3f70b16a9fdbd (patch) | |
tree | 761a4ad70eecc669e2ff2aef21701fc7bc4e267f /drivers/spi/spi-txx9.c | |
parent | 72c6293340bb2fea5ced8fdecc7d765fd6828731 (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-txx9.c')
-rw-r--r-- | drivers/spi/spi-txx9.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-txx9.c b/drivers/spi/spi-txx9.c index 2501a8373e89..0da7c67f5db4 100644 --- a/drivers/spi/spi-txx9.c +++ b/drivers/spi/spi-txx9.c | |||
@@ -426,7 +426,6 @@ static struct platform_driver txx9spi_driver = { | |||
426 | .remove = txx9spi_remove, | 426 | .remove = txx9spi_remove, |
427 | .driver = { | 427 | .driver = { |
428 | .name = "spi_txx9", | 428 | .name = "spi_txx9", |
429 | .owner = THIS_MODULE, | ||
430 | }, | 429 | }, |
431 | }; | 430 | }; |
432 | 431 | ||