summaryrefslogtreecommitdiff
path: root/drivers/mfd/gateworks-gsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/gateworks-gsc.c')
-rw-r--r--drivers/mfd/gateworks-gsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/gateworks-gsc.c b/drivers/mfd/gateworks-gsc.c
index c954ed265de8..b02bfdc871e9 100644
--- a/drivers/mfd/gateworks-gsc.c
+++ b/drivers/mfd/gateworks-gsc.c
@@ -264,7 +264,7 @@ static struct i2c_driver gsc_driver = {
.name = "gateworks-gsc",
.of_match_table = gsc_of_match,
},
- .probe_new = gsc_probe,
+ .probe = gsc_probe,
.remove = gsc_remove,
};
module_i2c_driver(gsc_driver);