aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/dac/vf610_dac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/dac/vf610_dac.c')
-rw-r--r--drivers/iio/dac/vf610_dac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/iio/dac/vf610_dac.c b/drivers/iio/dac/vf610_dac.c
index 9417a4a3e22a..636b4009f763 100644
--- a/drivers/iio/dac/vf610_dac.c
+++ b/drivers/iio/dac/vf610_dac.c
@@ -199,8 +199,6 @@ static int vf610_dac_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, indio_dev);
indio_dev->name = dev_name(&pdev->dev);
- indio_dev->dev.parent = &pdev->dev;
- indio_dev->dev.of_node = pdev->dev.of_node;
indio_dev->info = &vf610_dac_iio_info;
indio_dev->modes = INDIO_DIRECT_MODE;
indio_dev->channels = vf610_dac_iio_channels;