[media] stb6100: warning cleanup
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 22 Nov 2010 16:22:37 +0000 (13:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 Dec 2010 10:16:52 +0000 (08:16 -0200)
drivers/media/dvb/frontends/stb6100.c:120: warning: ‘stb6100_normalise_regs’ defined but not used

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

index db66248..64673b8 100644 (file)
@@ -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;