]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dib8000: warning fix: declare internal functions as static
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Apr 2013 13:36:56 +0000 (10:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Apr 2013 13:36:56 +0000 (10:36 -0300)
commit7104b81f58e5fea289c1706d0b8874c7e594df3e
tree07486ff3c3ce2a981720b8f289a72c8e313929ee
parentfb0374eccd9fdfa004321757aeed0a652f37f10a
[media] dib8000: warning fix: declare internal functions as static

drivers/media/dvb-frontends/dib8000.c:2412:5: warning: no previous prototype for 'dib8000_wait_lock' [-Wmissing-prototypes]
drivers/media/dvb-frontends/dib8000.c:2688:5: warning: no previous prototype for 'dib8000_get_symbol_duration' [-Wmissing-prototypes]

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb-frontends/dib8000.c