[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)
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>

No differences found