diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-28 15:39:09 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-14 02:54:10 -0300 |
commit | 4ed83b51d3669628d970c2fea604064d2e0ac6af (patch) | |
tree | 49165a5f58f9dd4c689a00f4a80248299b906497 /drivers/media | |
parent | 50510993e0452e0941fd03f63aa08256dd9c7fdc (diff) | |
download | linux-3.10-4ed83b51d3669628d970c2fea604064d2e0ac6af.tar.gz linux-3.10-4ed83b51d3669628d970c2fea604064d2e0ac6af.tar.bz2 linux-3.10-4ed83b51d3669628d970c2fea604064d2e0ac6af.zip |
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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/frontends/itd1000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/itd1000.c b/drivers/media/dvb/frontends/itd1000.c index 04c562ccf99..600dad6b41e 100644 --- a/drivers/media/dvb/frontends/itd1000.c +++ b/drivers/media/dvb/frontends/itd1000.c @@ -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[] = { |