diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-13 05:30:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-16 17:56:19 -0300 |
commit | ffd3c2330473f6a07f36bf3bd64f7a1158bdd759 (patch) | |
tree | 561e92d16d04d3f0cadf2a35a486859fe80e4119 /drivers/media/pci/cx25821/cx25821-video.h | |
parent | 170bd5330383ce62127ef5b6eeeab9afebd7b838 (diff) | |
download | blackbird-op-linux-ffd3c2330473f6a07f36bf3bd64f7a1158bdd759.tar.gz blackbird-op-linux-ffd3c2330473f6a07f36bf3bd64f7a1158bdd759.zip |
[media] cx25821: remove bogus radio/vbi/'video-ioctl' support
This device does not support radio or vbi, so remove anything referring
to that.
In addition, the driver created an 'video ioctl' node, which was unused and
was effectively identical to the first video node.
This bogus video node is now removed, leaving us with 8 video capture nodes
and 2 video output nodes.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx25821/cx25821-video.h')
-rw-r--r-- | drivers/media/pci/cx25821/cx25821-video.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx25821/cx25821-video.h b/drivers/media/pci/cx25821/cx25821-video.h index 11ba5eb93677..37cb0c1b2de0 100644 --- a/drivers/media/pci/cx25821/cx25821-video.h +++ b/drivers/media/pci/cx25821/cx25821-video.h @@ -76,7 +76,6 @@ extern struct sram_channel *channel7; extern struct sram_channel *channel9; extern struct sram_channel *channel10; extern struct sram_channel *channel11; -extern struct video_device cx25821_videoioctl_template; /* extern const u32 *ctrl_classes[]; */ extern unsigned int vid_limit; |