summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/t20/t20.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/host/t20/t20.h')
-rw-r--r--drivers/video/tegra/host/t20/t20.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/video/tegra/host/t20/t20.h b/drivers/video/tegra/host/t20/t20.h
index 456d3ae1bc03..729f9d8e85e4 100644
--- a/drivers/video/tegra/host/t20/t20.h
+++ b/drivers/video/tegra/host/t20/t20.h
@@ -21,16 +21,9 @@
#define _NVHOST_T20_H_
struct nvhost_master;
-struct nvhost_module;
struct nvhost_chip_support;
-int nvhost_init_t20_channel_support(struct nvhost_master *,
- struct nvhost_chip_support *);
-int nvhost_init_t20_debug_support(struct nvhost_chip_support *);
-int nvhost_init_t20_syncpt_support(struct nvhost_master *);
-int nvhost_init_t20_intr_support(struct nvhost_chip_support *);
int nvhost_init_t20_support(struct nvhost_master *,
struct nvhost_chip_support *);
-int nvhost_t20_save_context(struct nvhost_module *mod, u32 syncpt_id);
#endif /* _NVHOST_T20_H_ */