diff --git a/drivers/video/tegra/host/nvdla/nvdla.c b/drivers/video/tegra/host/nvdla/nvdla.c index 6f6f5f63..f6a8c3f7 100644 --- a/drivers/video/tegra/host/nvdla/nvdla.c +++ b/drivers/video/tegra/host/nvdla/nvdla.c @@ -153,7 +153,6 @@ static int nvdla_probe(struct platform_device *dev) pdata->pdev = dev; mutex_init(&pdata->lock); platform_set_drvdata(dev, pdata); - pdata->private_data = nvdla; err = nvhost_client_device_get_resources(dev); if (err)