diff options
-rw-r--r-- | drivers/media/dvb/frontends/stb6100.c | 5 |
1 files changed, 4 insertions, 1 deletions
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[] = { | |||
117 | [STB6100_TEST3] = { 0x00, 0xde }, | 117 | [STB6100_TEST3] = { 0x00, 0xde }, |
118 | }; | 118 | }; |
119 | 119 | ||
120 | static void stb6100_normalise_regs(u8 regs[]) | 120 | /* |
121 | * Currently unused. Some boards might need it in the future | ||
122 | */ | ||
123 | static inline void stb6100_normalise_regs(u8 regs[]) | ||
121 | { | 124 | { |
122 | int i; | 125 | int i; |
123 | 126 | ||