diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2017-03-05 00:49:27 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2017-04-04 17:03:52 +0300 |
commit | eff7fd6ba5e5764318e4c2bb85a11b9d3159137d (patch) | |
tree | 161341e470c85c91fd3b0bbd4eeeaa25cd9f4ef9 /drivers/gpu/drm/rcar-du/rcar_du_drv.c | |
parent | 3115345577d8e8c912562a1dd555787f11fcaf06 (diff) | |
download | linux-eff7fd6ba5e5764318e4c2bb85a11b9d3159137d.tar.xz |
drm: rcar-du: Remove wait field from rcar_du_device structure
The field is a left-over from the switch to the atomic commit helper.
It's unused, remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/rcar-du/rcar_du_drv.c')
-rw-r--r-- | drivers/gpu/drm/rcar-du/rcar_du_drv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 3a6c118457c3..a4f5520a9f3e 100644 --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c @@ -318,8 +318,6 @@ static int rcar_du_probe(struct platform_device *pdev) if (rcdu == NULL) return -ENOMEM; - init_waitqueue_head(&rcdu->commit.wait); - rcdu->dev = &pdev->dev; rcdu->info = of_device_get_match_data(rcdu->dev); |