Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (7107): frontends/xc5000.c: make a struct static

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>

authored by

Adrian Bunk and committed by
Mauro Carvalho Chehab
763896c4 5eedc466

+1 -1
+1 -1
drivers/media/dvb/frontends/xc5000.c
··· 151 151 #define FM_Radio_INPUT2 21 152 152 #define FM_Radio_INPUT1 22 153 153 154 - XC_TV_STANDARD XC5000_Standard[MAX_TV_STANDARD] = { 154 + static XC_TV_STANDARD XC5000_Standard[MAX_TV_STANDARD] = { 155 155 {"M/N-NTSC/PAL-BTSC", 0x0400, 0x8020}, 156 156 {"M/N-NTSC/PAL-A2", 0x0600, 0x8020}, 157 157 {"M/N-NTSC/PAL-EIAJ", 0x0440, 0x8020},