aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1/mxc_w1.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1/mxc_w1.c')
-rw-r--r--drivers/w1/mxc_w1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/mxc_w1.c b/drivers/w1/mxc_w1.c
index aced1b0..d8cbff7 100644
--- a/drivers/w1/mxc_w1.c
+++ b/drivers/w1/mxc_w1.c
@@ -230,6 +230,6 @@ U_BOOT_DRIVER(mxc_w1_drv) = {
.of_match = mxc_w1_id,
.ofdata_to_platdata = mxc_w1_ofdata_to_platdata,
.ops = &mxc_w1_ops,
- .platdata_auto = sizeof(struct mxc_w1_pdata),
+ .plat_auto = sizeof(struct mxc_w1_pdata),
.probe = mxc_w1_probe,
};