diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2017-06-15 02:18:40 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-06-15 15:24:59 +0300 |
commit | 03ebcaa3de198655ff57197eeabb3958c0d4b73e (patch) | |
tree | 082744ddd8d25f041b0a9a41473cd0af2f79204b /drivers/gpu/host1x | |
parent | a47ac10e6e628740dd122d650afd193941f4770b (diff) | |
download | linux-03ebcaa3de198655ff57197eeabb3958c0d4b73e.tar.xz |
gpu: host1x: Remove unused 'struct host1x_cmdbuf'
The struct host1x_cmdbuf is unused, let's remove it.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Reviewed-by: Erik Faye-Lund <kusmabite@gmail.com>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x')
-rw-r--r-- | drivers/gpu/host1x/job.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/host1x/job.h b/drivers/gpu/host1x/job.h index 0debd93a1849..4bda51d503ec 100644 --- a/drivers/gpu/host1x/job.h +++ b/drivers/gpu/host1x/job.h @@ -27,13 +27,6 @@ struct host1x_job_gather { bool handled; }; -struct host1x_cmdbuf { - u32 handle; - u32 offset; - u32 words; - u32 pad; -}; - struct host1x_job_unpin_data { struct host1x_bo *bo; struct sg_table *sgt; |