Commit a931910d authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] stb6100: warning cleanup

drivers/media/dvb/frontends/stb6100.c:120: warning: ‘stb6100_normalise_regs’ defined but not used
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 03c9a806
...@@ -117,7 +117,10 @@ static const struct stb6100_regmask stb6100_template[] = { ...@@ -117,7 +117,10 @@ static const struct stb6100_regmask stb6100_template[] = {
[STB6100_TEST3] = { 0x00, 0xde }, [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; int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment