diff options
Diffstat (limited to 'drivers/video/tegra/host/t20/t20.h')
-rw-r--r-- | drivers/video/tegra/host/t20/t20.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/drivers/video/tegra/host/t20/t20.h b/drivers/video/tegra/host/t20/t20.h index 93555a55b589..729f9d8e85e4 100644 --- a/drivers/video/tegra/host/t20/t20.h +++ b/drivers/video/tegra/host/t20/t20.h @@ -21,13 +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 *); -int nvhost_init_t20_debug_support(struct nvhost_master *); -int nvhost_init_t20_syncpt_support(struct nvhost_master *); -int nvhost_init_t20_intr_support(struct nvhost_master *); -int nvhost_init_t20_support(struct nvhost_master *host); -int nvhost_t20_save_context(struct nvhost_module *mod, u32 syncpt_id); +int nvhost_init_t20_support(struct nvhost_master *, + struct nvhost_chip_support *); #endif /* _NVHOST_T20_H_ */ |