projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5051099
)
V4L/DVB (7857): make itd1000_fre_values[] static const
author
Adrian Bunk
<bunk@kernel.org>
Mon, 28 Apr 2008 18:39:09 +0000
(15:39 -0300)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/itd1000.c
b/drivers/media/dvb/frontends/itd1000.c
index
04c562c
..
600dad6
100644
(file)
--- 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 {
+st
atic const st
ruct {
u32 freq;
u8 values[10]; /* RFTR, RFST1 - RFST9 */
} itd1000_fre_values[] = {