Skip to content

Commit

Permalink
gpu: host1x: Remove unused 'struct host1x_cmdbuf'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Osipenko authored and Thierry Reding committed Jun 15, 2017
1 parent a47ac10 commit 03ebcaa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/gpu/host1x/job.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 03ebcaa

Please sign in to comment.