]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
gpu: host1x: Remove unused 'struct host1x_cmdbuf'
authorDmitry Osipenko <digetx@gmail.com>
Wed, 14 Jun 2017 23:18:40 +0000 (02:18 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 15 Jun 2017 12:24:59 +0000 (14:24 +0200)
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>
drivers/gpu/host1x/job.h

index 0debd93a18493cde6c4b912ff14744e95b8191b5..4bda51d503ec0a2a1fa0a3f52ae61494bc1b4229 100644 (file)
@@ -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;