projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eedc46
)
V4L/DVB (7107): frontends/xc5000.c: make a struct static
author
Adrian Bunk
<bunk@kernel.org>
Tue, 22 Apr 2008 17:41:45 +0000
(14:41 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Thu, 24 Apr 2008 16:42:18 +0000
(13:42 -0300)
struct XC5000_Standard[] can become static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Reviewed-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/xc5000.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/xc5000.c
b/drivers/media/dvb/frontends/xc5000.c
index f642ca200b596096c2f85167faeeeef4ec6b091f..a5094b7f21fd030eac3a9a533ee15b70f1f56219 100644
(file)
--- a/
drivers/media/dvb/frontends/xc5000.c
+++ b/
drivers/media/dvb/frontends/xc5000.c
@@
-151,7
+151,7
@@
typedef struct {
#define FM_Radio_INPUT2 21
#define FM_Radio_INPUT1 22
-XC_TV_STANDARD XC5000_Standard[MAX_TV_STANDARD] = {
+
static
XC_TV_STANDARD XC5000_Standard[MAX_TV_STANDARD] = {
{"M/N-NTSC/PAL-BTSC", 0x0400, 0x8020},
{"M/N-NTSC/PAL-A2", 0x0600, 0x8020},
{"M/N-NTSC/PAL-EIAJ", 0x0440, 0x8020},