1
0
Fork 0

V4L/DVB (7857): make itd1000_fre_values[] static const

itd1000_fre_values[] can become static const.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
wifi-calibration
Adrian Bunk 2008-04-28 15:39:09 -03:00 committed by Mauro Carvalho Chehab
parent 50510993e0
commit 4ed83b51d3
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ static void itd1000_set_vco(struct itd1000_state *state, u32 freq_khz)
}
}
struct {
static const struct {
u32 freq;
u8 values[10]; /* RFTR, RFST1 - RFST9 */
} itd1000_fre_values[] = {