Skip to content

Commit

Permalink
V4L/DVB (7857): make itd1000_fre_values[] static const
Browse files Browse the repository at this point in the history
itd1000_fre_values[] can become static const.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed May 14, 2008
1 parent 5051099 commit 4ed83b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/itd1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 4ed83b5

Please sign in to comment.