[media] em28xx: Change scope of em28xx-input local functions to static
authorEzequiel García <elezegarcia@gmail.com>
Mon, 26 Mar 2012 12:13:34 +0000 (09:13 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 10 Apr 2012 23:43:03 +0000 (20:43 -0300)
commit769af2146a93c27c8834dbca54c02cd67468036d
treefd3c5a264430fadac36a0118e085669a57584b7b
parent9d9f479b39d58d5b7d9eae1d12b0f9de3c4fc606
[media] em28xx: Change scope of em28xx-input local functions to static

This functions are no longer used from another file,
so they should be declared as static.
Also is it necessary to move some of them before they
are used, since they are no longer header-declared.

Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-input.c
drivers/media/video/em28xx/em28xx.h