From: Rickard Strandqvist Date: Thu, 1 Jan 2015 17:03:35 +0000 (-0300) Subject: [media] media: pci: saa7134: saa7134-video.c: Remove unused function X-Git-Tag: v4.0-rc1~130^2~210 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0badd3c79b3a37c3586ee8a8ca32cf73ef9bb340;p=karo-tx-linux.git [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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/pci/saa7134/saa7134-video.c b/drivers/media/pci/saa7134/saa7134-video.c index 701b52f34689..99d09a7566d3 100644 --- a/drivers/media/pci/saa7134/saa7134-video.c +++ b/drivers/media/pci/saa7134/saa7134-video.c @@ -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);