[media] media: pci: saa7134: saa7134-video.c: Remove unused function

Remove the function saa7134_queue() that is not used anywhere.

This was partially found by using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Rickard Strandqvist 2015-01-01 14:03:35 -03:00 коммит произвёл Mauro Carvalho Chehab
Родитель df58433145
Коммит 0badd3c79b
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -1084,11 +1084,6 @@ static int saa7134_s_ctrl(struct v4l2_ctrl *ctrl)
/* ------------------------------------------------------------------ */
static inline struct vb2_queue *saa7134_queue(struct file *file)
{
return video_devdata(file)->queue;
}
static int video_open(struct file *file)
{
struct video_device *vdev = video_devdata(file);