diff options
author | Vincent Abriou <vincent.abriou@st.com> | 2017-02-20 12:55:10 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2017-02-23 03:54:54 +0100 |
commit | f81fa767077bbc9ac49c61ed97d28de09f3d069d (patch) | |
tree | 8085deb19aba3f5d43adb8f3ec5aa3af75117dd5 /drivers/gpu/drm/sti/sti_vtg.c | |
parent | Merge tag 'imx-drm-fixes-2017-02-17' of https://git.pengutronix.de/git/pza/li... (diff) | |
download | linux-f81fa767077bbc9ac49c61ed97d28de09f3d069d.tar.xz linux-f81fa767077bbc9ac49c61ed97d28de09f3d069d.zip |
drm/sti: fix build warnings in sti_drv.c and sti_vtg.c files
Fix compilation warning introduced by:
commit 0c7ff84f7f9d ("drm/sti: remove deprecated legacy vtg slave")
commit 5e60f595d6ca ("drm/sti: use atomic_helper for commit")
Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_vtg.c')
-rw-r--r-- | drivers/gpu/drm/sti/sti_vtg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/sti_vtg.c b/drivers/gpu/drm/sti/sti_vtg.c index 943bce56692e..2dcba1d3a122 100644 --- a/drivers/gpu/drm/sti/sti_vtg.c +++ b/drivers/gpu/drm/sti/sti_vtg.c @@ -389,7 +389,6 @@ static irqreturn_t vtg_irq(int irq, void *arg) static int vtg_probe(struct platform_device *pdev) { struct device *dev = &pdev->dev; - struct device_node *np; struct sti_vtg *vtg; struct resource *res; int ret; |