diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-16 06:56:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:36:50 -0400 |
commit | 45a5b872bda1a3b5a4959ce66d19381df82419c9 (patch) | |
tree | 4d921fb49d1e0faa525842b311dff7944a759005 /drivers/media/video/Makefile | |
parent | e0677760945585ee475c2d6a7fa4d5b0dd573cb4 (diff) |
V4L/DVB (8690): tuner-3036: remove driver
This driver is for VERY old i2c-over-parallel port teletext receiver
boxes. Rather then spending effort on converting this driver to V4L2,
and since it is extremely unlikely that anyone still uses one of these
devices, it was decided to drop it (after discussing this as well with
the original author, Phil Blundell).
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Makefile')
-rw-r--r-- | drivers/media/video/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index 012bc1169574..28e325725302 100644 --- a/drivers/media/video/Makefile +++ b/drivers/media/video/Makefile | |||
@@ -84,7 +84,6 @@ obj-$(CONFIG_VIDEO_CPIA2) += cpia2/ | |||
84 | obj-$(CONFIG_VIDEO_MXB) += mxb.o | 84 | obj-$(CONFIG_VIDEO_MXB) += mxb.o |
85 | obj-$(CONFIG_VIDEO_HEXIUM_ORION) += hexium_orion.o | 85 | obj-$(CONFIG_VIDEO_HEXIUM_ORION) += hexium_orion.o |
86 | obj-$(CONFIG_VIDEO_HEXIUM_GEMINI) += hexium_gemini.o | 86 | obj-$(CONFIG_VIDEO_HEXIUM_GEMINI) += hexium_gemini.o |
87 | obj-$(CONFIG_TUNER_3036) += tuner-3036.o | ||
88 | 87 | ||
89 | obj-$(CONFIG_VIDEOBUF_GEN) += videobuf-core.o | 88 | obj-$(CONFIG_VIDEOBUF_GEN) += videobuf-core.o |
90 | obj-$(CONFIG_VIDEOBUF_DMA_SG) += videobuf-dma-sg.o | 89 | obj-$(CONFIG_VIDEOBUF_DMA_SG) += videobuf-dma-sg.o |