Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dmitry Osipenko and committed by
Thierry Reding
03ebcaa3 a47ac10e

-7
-7
drivers/gpu/host1x/job.h
··· 27 27 bool handled; 28 28 }; 29 29 30 - struct host1x_cmdbuf { 31 - u32 handle; 32 - u32 offset; 33 - u32 words; 34 - u32 pad; 35 - }; 36 - 37 30 struct host1x_job_unpin_data { 38 31 struct host1x_bo *bo; 39 32 struct sg_table *sgt;