aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_drv.c
diff options
context:
space:
mode:
authorVincent Abriou <vincent.abriou@st.com>2017-01-03 16:06:48 +0100
committerVincent Abriou <vincent.abriou@st.com>2017-01-06 15:12:03 +0100
commit6d10c54a83e214348a2f4d59b103047dc230343c (patch)
treeb73911ee0fadf289324c7d541189598b5d1e7785 /drivers/gpu/drm/sti/sti_drv.c
parentdrm/sti: create fbdev at binding (diff)
downloadlinux-dev-6d10c54a83e214348a2f4d59b103047dc230343c.tar.xz
linux-dev-6d10c54a83e214348a2f4d59b103047dc230343c.zip
drm/sti: remove deprecated sti_vtac.c file
stih416 chip family is no more supported in Linux v4.9. It is then useless to keep sti_vtac.c file since it not used at all for the stih407/10 chip family supported by sti driver. Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_drv.c')
-rw-r--r--drivers/gpu/drm/sti/sti_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c
index c584d4d03fff..278a63f10d9f 100644
--- a/drivers/gpu/drm/sti/sti_drv.c
+++ b/drivers/gpu/drm/sti/sti_drv.c
@@ -477,7 +477,6 @@ static struct platform_driver sti_platform_driver = {
static struct platform_driver * const drivers[] = {
&sti_tvout_driver,
- &sti_vtac_driver,
&sti_hqvdp_driver,
&sti_hdmi_driver,
&sti_hda_driver,