]> git.baikalelectronics.ru Git - kernel.git/commit
[media] cx25821-video: declare cx25821_vidioc_s_std as static
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Apr 2013 18:49:33 +0000 (15:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Apr 2013 19:07:11 +0000 (16:07 -0300)
commit28528dce0bd142bf74f4fc0e756c611e64a7ad9f
treea2f2ccb9e39d6d29ad137f17abefbb9a4231c71f
parentc4960dafeae07638524b1f539d2d661932df4e90
[media] cx25821-video: declare cx25821_vidioc_s_std as static

Fixes the following warning:

drivers/media/pci/cx25821/cx25821-video.c: At top level:
drivers/media/pci/cx25821/cx25821-video.c:766:5: warning: no previous prototype for 'cx25821_vidioc_s_std' [-Wmissing-prototypes]

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