]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/tegra: Cleanup tegra_dc structure
authorThierry Reding <treding@nvidia.com>
Thu, 26 Sep 2013 14:09:19 +0000 (16:09 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 16 Oct 2013 18:02:51 +0000 (20:02 +0200)
Remove the unused host1x field from the structure and group the fields
more logically.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/drm/drm.h

index f7cd946df8fac99e6967f1c7af164e07a1112be6..b8d9f433ebfed9ca3583c1e6adda9d4b4b7423f7 100644 (file)
@@ -94,16 +94,13 @@ struct tegra_output;
 
 struct tegra_dc {
        struct host1x_client client;
-       spinlock_t lock;
-
-       struct host1x_drm *host1x;
        struct device *dev;
+       spinlock_t lock;
 
        struct drm_crtc base;
        int pipe;
 
        struct clk *clk;
-
        void __iomem *regs;
        int irq;