diff options
author | Vincent Abriou <vincent.abriou@st.com> | 2017-01-03 18:06:48 +0300 |
---|---|---|
committer | Vincent Abriou <vincent.abriou@st.com> | 2017-01-06 17:12:03 +0300 |
commit | 6d10c54a83e214348a2f4d59b103047dc230343c (patch) | |
tree | b73911ee0fadf289324c7d541189598b5d1e7785 /drivers/gpu/drm/sti/Makefile | |
parent | 8953e9ee0ce5ff466c900ba70fd582ac0d4155cc (diff) | |
download | linux-6d10c54a83e214348a2f4d59b103047dc230343c.tar.xz |
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/Makefile')
-rw-r--r-- | drivers/gpu/drm/sti/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/Makefile b/drivers/gpu/drm/sti/Makefile index d20f7c0b4eac..c35db12435c3 100644 --- a/drivers/gpu/drm/sti/Makefile +++ b/drivers/gpu/drm/sti/Makefile @@ -13,7 +13,6 @@ sti-drm-y := \ sti_dvo.o \ sti_awg_utils.o \ sti_vtg.o \ - sti_vtac.o \ sti_hda.o \ sti_tvout.o \ sti_hqvdp.o \ |