aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sh-msiof.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-sh-msiof.c')
-rw-r--r--drivers/spi/spi-sh-msiof.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-sh-msiof.c b/drivers/spi/spi-sh-msiof.c
index 3f365402fcc0..239be7cbe5a8 100644
--- a/drivers/spi/spi-sh-msiof.c
+++ b/drivers/spi/spi-sh-msiof.c
@@ -1235,7 +1235,6 @@ static struct platform_driver sh_msiof_spi_drv = {
1235 .id_table = spi_driver_ids, 1235 .id_table = spi_driver_ids,
1236 .driver = { 1236 .driver = {
1237 .name = "spi_sh_msiof", 1237 .name = "spi_sh_msiof",
1238 .owner = THIS_MODULE,
1239 .of_match_table = of_match_ptr(sh_msiof_match), 1238 .of_match_table = of_match_ptr(sh_msiof_match),
1240 }, 1239 },
1241}; 1240};