summaryrefslogtreecommitdiff
path: root/drivers/ufs/host/ti-j721e-ufs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ufs/host/ti-j721e-ufs.c')
-rw-r--r--drivers/ufs/host/ti-j721e-ufs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ufs/host/ti-j721e-ufs.c b/drivers/ufs/host/ti-j721e-ufs.c
index 250c22df000d..21214e5d5896 100644
--- a/drivers/ufs/host/ti-j721e-ufs.c
+++ b/drivers/ufs/host/ti-j721e-ufs.c
@@ -83,7 +83,7 @@ MODULE_DEVICE_TABLE(of, ti_j721e_ufs_of_match);
static struct platform_driver ti_j721e_ufs_driver = {
.probe = ti_j721e_ufs_probe,
- .remove_new = ti_j721e_ufs_remove,
+ .remove = ti_j721e_ufs_remove,
.driver = {
.name = "ti-j721e-ufs",
.of_match_table = ti_j721e_ufs_of_match,