]> git.karo-electronics.de Git - karo-tx-linux.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)
commit6f7ee06f4ec40d2bfc91ec67ee6e40e5fd2f2e59
tree07486ff3c3ce2a981720b8f289a72c8e313929ee
parent619ab8f611e269e12c956361a38a4206cef9155d
[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