summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-ar934x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-ar934x.c')
-rw-r--r--drivers/spi/spi-ar934x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-ar934x.c b/drivers/spi/spi-ar934x.c
index 5ba988720851..86c54fff9d6e 100644
--- a/drivers/spi/spi-ar934x.c
+++ b/drivers/spi/spi-ar934x.c
@@ -223,7 +223,7 @@ static struct platform_driver ar934x_spi_driver = {
.of_match_table = ar934x_spi_match,
},
.probe = ar934x_spi_probe,
- .remove_new = ar934x_spi_remove,
+ .remove = ar934x_spi_remove,
};
module_platform_driver(ar934x_spi_driver);