aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-bcm2835.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-bcm2835.c')
-rw-r--r--drivers/spi/spi-bcm2835.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-bcm2835.c b/drivers/spi/spi-bcm2835.c
index 69167456ec1e..98aab457b24d 100644
--- a/drivers/spi/spi-bcm2835.c
+++ b/drivers/spi/spi-bcm2835.c
@@ -395,7 +395,6 @@ MODULE_DEVICE_TABLE(of, bcm2835_spi_match);
395static struct platform_driver bcm2835_spi_driver = { 395static struct platform_driver bcm2835_spi_driver = {
396 .driver = { 396 .driver = {
397 .name = DRV_NAME, 397 .name = DRV_NAME,
398 .owner = THIS_MODULE,
399 .of_match_table = bcm2835_spi_match, 398 .of_match_table = bcm2835_spi_match,
400 }, 399 },
401 .probe = bcm2835_spi_probe, 400 .probe = bcm2835_spi_probe,