summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/dsi/dsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/host/dsi/dsi.c')
-rw-r--r--drivers/video/tegra/host/dsi/dsi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/dsi/dsi.c b/drivers/video/tegra/host/dsi/dsi.c
index 0e49f591574d..87da8a6f1b8a 100644
--- a/drivers/video/tegra/host/dsi/dsi.c
+++ b/drivers/video/tegra/host/dsi/dsi.c
@@ -21,7 +21,8 @@
#include "dev.h"
#include "bus_client.h"
-static int dsi_probe(struct nvhost_device *dev)
+static int dsi_probe(struct nvhost_device *dev,
+ struct nvhost_device_id *id_table)
{
return nvhost_client_device_init(dev);
}