aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-09-24 06:38:10 -0400
committerThierry Reding <treding@nvidia.com>2013-10-31 04:20:05 -0400
commit77651e7173facaa8d8bc018c1987ddea0e2852cf (patch)
treea66f51f813025611c217551b0152d9e2376243f8 /drivers/gpu/host1x
parent474318cabce4feac10fa79e69c2aa330415abb01 (diff)
drm/tegra: Remove unused fields
Some of the fields in struct host1x_drm haven't been used for a while, so remove them. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x')
-rw-r--r--drivers/gpu/host1x/drm/drm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/host1x/drm/drm.h b/drivers/gpu/host1x/drm/drm.h
index 02ce020f2575..f7cd946df8fa 100644
--- a/drivers/gpu/host1x/drm/drm.h
+++ b/drivers/gpu/host1x/drm/drm.h
@@ -33,10 +33,6 @@ struct tegra_fbdev {
33struct host1x_drm { 33struct host1x_drm {
34 struct drm_device *drm; 34 struct drm_device *drm;
35 struct device *dev; 35 struct device *dev;
36 void __iomem *regs;
37 struct clk *clk;
38 int syncpt;
39 int irq;
40 36
41 struct mutex drm_clients_lock; 37 struct mutex drm_clients_lock;
42 struct list_head drm_clients; 38 struct list_head drm_clients;