OSDN Git Service

V4L/DVB (7857): make itd1000_fre_values[] static const
authorAdrian Bunk <bunk@kernel.org>
Mon, 28 Apr 2008 18:39:09 +0000 (15:39 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 14 May 2008 05:54:10 +0000 (02:54 -0300)
itd1000_fre_values[] can become static const.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/itd1000.c

index 04c562c..600dad6 100644 (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[] = {