Browse Source

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>
Thierry Reding 11 years ago
parent
commit
77651e7173
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/gpu/host1x/drm/drm.h

+ 0 - 4
drivers/gpu/host1x/drm/drm.h

@@ -33,10 +33,6 @@ struct tegra_fbdev {
 struct host1x_drm {
 	struct drm_device *drm;
 	struct device *dev;
-	void __iomem *regs;
-	struct clk *clk;
-	int syncpt;
-	int irq;
 
 	struct mutex drm_clients_lock;
 	struct list_head drm_clients;