commit | 769af2146a93c27c8834dbca54c02cd67468036d | [log] [tgz] |
---|---|---|
author | Ezequiel GarcĂa <elezegarcia@gmail.com> | Mon Mar 26 09:13:34 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Apr 10 20:43:03 2012 -0300 |
tree | fd3c5a264430fadac36a0118e085669a57584b7b | |
parent | 9d9f479b39d58d5b7d9eae1d12b0f9de3c4fc606 [diff] |
[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>