From: Dmitry Osipenko Date: Wed, 14 Jun 2017 23:18:40 +0000 (+0300) Subject: gpu: host1x: Remove unused 'struct host1x_cmdbuf' X-Git-Tag: v4.13-rc1~73^2~14^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03ebcaa3de198655ff57197eeabb3958c0d4b73e;p=thirdparty%2Fkernel%2Flinux.git gpu: host1x: Remove unused 'struct host1x_cmdbuf' The struct host1x_cmdbuf is unused, let's remove it. Signed-off-by: Dmitry Osipenko Reviewed-by: Erik Faye-Lund Reviewed-by: Mikko Perttunen Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/host1x/job.h b/drivers/gpu/host1x/job.h index 0debd93a18493..4bda51d503ec0 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;