diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-28 15:39:09 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-28 15:39:09 +0000 |
commit | bf4e2cb915e8ae413770a1b80cec2e0364941f20 (patch) | |
tree | da1e5927c0e08de1f0b8e39bcb286cf2ebdc9618 /linux/drivers/media | |
parent | 016a5fafc5978414611068f581382668cc52ee9c (diff) | |
download | mediapointer-dvb-s2-bf4e2cb915e8ae413770a1b80cec2e0364941f20.tar.gz mediapointer-dvb-s2-bf4e2cb915e8ae413770a1b80cec2e0364941f20.tar.bz2 |
make itd1000_fre_values[] static const
From: Adrian Bunk <bunk@kernel.org>
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 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/dvb/frontends/itd1000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/itd1000.c b/linux/drivers/media/dvb/frontends/itd1000.c index abcd0ddae..3e37beb14 100644 --- a/linux/drivers/media/dvb/frontends/itd1000.c +++ b/linux/drivers/media/dvb/frontends/itd1000.c @@ -203,7 +203,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[] = { |