Skip to content
Snippets Groups Projects
Commit 77651e71 authored by Thierry Reding's avatar Thierry Reding
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
parent 474318ca
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment