summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/mpe/mpe.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/host/mpe/mpe.h')
-rw-r--r--drivers/video/tegra/host/mpe/mpe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/mpe/mpe.h b/drivers/video/tegra/host/mpe/mpe.h
index dfc7259f1c67..63f761b429d5 100644
--- a/drivers/video/tegra/host/mpe/mpe.h
+++ b/drivers/video/tegra/host/mpe/mpe.h
@@ -24,8 +24,9 @@
#define __NVHOST_MPE_MPE_H
struct nvhost_hwctx_handler;
+struct nvhost_device;
int nvhost_mpe_ctxhandler_init(struct nvhost_hwctx_handler *h);
-int nvhost_mpe_prepare_power_off(struct nvhost_module *mod);
+int nvhost_mpe_prepare_power_off(struct nvhost_device *dev);
#endif