aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sun6i.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-sun6i.c')
-rw-r--r--drivers/spi/spi-sun6i.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-sun6i.c b/drivers/spi/spi-sun6i.c
index bd24093f4038..ac48f59705a8 100644
--- a/drivers/spi/spi-sun6i.c
+++ b/drivers/spi/spi-sun6i.c
@@ -470,7 +470,6 @@ static struct platform_driver sun6i_spi_driver = {
470 .remove = sun6i_spi_remove, 470 .remove = sun6i_spi_remove,
471 .driver = { 471 .driver = {
472 .name = "sun6i-spi", 472 .name = "sun6i-spi",
473 .owner = THIS_MODULE,
474 .of_match_table = sun6i_spi_match, 473 .of_match_table = sun6i_spi_match,
475 .pm = &sun6i_spi_pm_ops, 474 .pm = &sun6i_spi_pm_ops,
476 }, 475 },