From: Thierry Reding Date: Tue, 24 Sep 2013 10:38:10 +0000 (+0200) Subject: drm/tegra: Remove unused fields X-Git-Tag: next-20131105~55^2~40 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=77651e7173facaa8d8bc018c1987ddea0e2852cf;p=karo-tx-linux.git 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 --- 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 { 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;