]> git.baikalelectronics.ru Git - kernel.git/commit
[media] cx88: don't declare restart_video_queue if not used
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 10 Jun 2015 16:55:35 +0000 (13:55 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 10 Jun 2015 20:58:00 +0000 (17:58 -0300)
commit8148036b404bceeaada74e390e2c882b0f094c7a
tree0191d8c66c0d20321585bacf0fe646e55656dae9
parent7456d93b35a7bfaa1a1fec3ec1b8046d9c149b75
[media] cx88: don't declare restart_video_queue if not used

While compiled on alpha, got this error:
drivers/media/pci/cx88/cx88-video.c:415:12: warning: 'restart_video_queue' defined but not used [-Wunused-function]

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/cx88/cx88-video.c