From: Mauro Carvalho Chehab Date: Mon, 22 Nov 2010 16:22:37 +0000 (-0300) Subject: [media] stb6100: warning cleanup X-Git-Tag: v2.6.38-rc1~470^2~151 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a931910d3be6f63464befb2dde94ec58a6eaf5c1;p=karo-tx-linux.git [media] stb6100: warning cleanup drivers/media/dvb/frontends/stb6100.c:120: warning: ‘stb6100_normalise_regs’ defined but not used Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/stb6100.c b/drivers/media/dvb/frontends/stb6100.c index db66248fed46..64673b8b64a2 100644 --- a/drivers/media/dvb/frontends/stb6100.c +++ b/drivers/media/dvb/frontends/stb6100.c @@ -117,7 +117,10 @@ static const struct stb6100_regmask stb6100_template[] = { [STB6100_TEST3] = { 0x00, 0xde }, }; -static void stb6100_normalise_regs(u8 regs[]) +/* + * Currently unused. Some boards might need it in the future + */ +static inline void stb6100_normalise_regs(u8 regs[]) { int i;