]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] m88rs2000: fix sparse static warnings
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 25 Mar 2014 01:31:58 +0000 (22:31 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 7 Apr 2014 12:39:39 +0000 (09:39 -0300)
commit7d3c8e8f749ac3237be6253d5b6f86f7f1a8467c
tree69b626e900ec8eff1899a5eafe36b5cece778cbb
parent534c92143222ed4150d3d5e241388541baeb080b
[media] m88rs2000: fix sparse static warnings

fix the following warnings:
m88rs2000.c:300:16: warning: symbol 'm88rs2000_setup' was not declared. Should it be static?
m88rs2000.c:318:16: warning: symbol 'm88rs2000_shutdown' was not declared. Should it be static?
m88rs2000.c:328:16: warning: symbol 'fe_reset' was not declared. Should it be static?
m88rs2000.c:366:16: warning: symbol 'fe_trigger' was not declared. Should it be static?

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/m88rs2000.c