Message ID | f744341274b5749761550d14e37cac57cd0e63fc.1495498184.git.digetx@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> On 05/23/2017 03:14 AM, Dmitry Osipenko wrote: > The struct host1x_cmdbuf is unused, let's remove it. > > Signed-off-by: Dmitry Osipenko <digetx@gmail.com> > --- > drivers/gpu/host1x/job.h | 7 ------- > 1 file changed, 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; >
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;
The struct host1x_cmdbuf is unused, let's remove it. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> --- drivers/gpu/host1x/job.h | 7 ------- 1 file changed, 7 deletions(-)