diff options
author | Deepak Nibade <dnibade@nvidia.com> | 2014-02-17 13:36:17 +0530 |
---|---|---|
committer | Sachin Nikam <snikam@nvidia.com> | 2014-02-17 04:55:20 -0800 |
commit | a4dad0592c95165e8366ebe939367a1ece2cb9b9 (patch) | |
tree | fb1b4d930de5aeb873c5c0778b07f82b65ebeac6 /include | |
parent | 83a55b406d1a5e814936ca31bc475dabf8eac41e (diff) |
video: tegra: host: remove unused variable
Variable 'syncpt_base' (per device syncpt base) in
struct nvhost_device_data is now unused since we moved
to dynamic syncpt assignment.
Hence remove it.
Bug 1305024
Change-Id: I57e77da5867b14db3e5f768215400513bf12b452
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/368273
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nvhost.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h index b4a3bafbfbab..777bbabe3b4b 100644 --- a/include/linux/nvhost.h +++ b/include/linux/nvhost.h @@ -118,7 +118,6 @@ struct nvhost_device_data { struct device_dma_parameters dma_parms; u32 syncpts[NVHOST_MODULE_MAX_SYNCPTS]; - u32 syncpt_base; /* Device sync point base */ u32 waitbases[NVHOST_MODULE_MAX_WAITBASES]; u32 modulemutexes[NVHOST_MODULE_MAX_MODMUTEXES]; u32 moduleid; /* Module id for user space API */ |