]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
v4l/dvb: add statics to avoid multiple definitions
authorHarvey Harrison <harvey.harrison@gmail.com>
Sat, 26 Apr 2008 02:03:08 +0000 (19:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Apr 2008 02:06:59 +0000 (19:06 -0700)
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/media/dvb/dvb-usb/dib0700_devices.c
drivers/media/video/cx23885/cx23885-dvb.c

index 6477fc66cc2381da08ff3637673e04042388470b..346223856f597e218828aacb233ed18ec3634568 100644 (file)
@@ -299,7 +299,7 @@ static int stk7700d_tuner_attach(struct dvb_usb_adapter *adap)
 }
 
 /* STK7700-PH: Digital/Analog Hybrid Tuner, e.h. Cinergy HT USB HE */
-struct dibx000_agc_config xc3028_agc_config = {
+static struct dibx000_agc_config xc3028_agc_config = {
        BAND_VHF | BAND_UHF,       /* band_caps */
 
        /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=0,
@@ -342,7 +342,7 @@ struct dibx000_agc_config xc3028_agc_config = {
 };
 
 /* PLL Configuration for COFDM BW_MHz = 8.00 with external clock = 30.00 */
-struct dibx000_bandwidth_config xc3028_bw_config = {
+static struct dibx000_bandwidth_config xc3028_bw_config = {
        60000, 30000, /* internal, sampling */
        1, 8, 3, 1, 0, /* pll_cfg: prediv, ratio, range, reset, bypass */
        0, 0, 1, 1, 0, /* misc: refdiv, bypclk_div, IO_CLK_en_core, ADClkSrc,
index 870d6e197d65152f8c54b1ef0efcf848edbfd6f6..f05649727b60d9d434c435589fb4f78baaea22e4 100644 (file)
@@ -191,7 +191,7 @@ static struct tda18271_config hauppauge_hvr1200_tuner_config = {
        .gate    = TDA18271_GATE_ANALOG,
 };
 
-struct dibx000_agc_config xc3028_agc_config = {
+static struct dibx000_agc_config xc3028_agc_config = {
        BAND_VHF | BAND_UHF,    /* band_caps */
 
        /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=0,
@@ -237,7 +237,7 @@ struct dibx000_agc_config xc3028_agc_config = {
 
 /* PLL Configuration for COFDM BW_MHz = 8.000000
  * With external clock = 30.000000 */
-struct dibx000_bandwidth_config xc3028_bw_config = {
+static struct dibx000_bandwidth_config xc3028_bw_config = {
        60000,  /* internal */
        30000,  /* sampling */
        1,      /* pll_cfg: prediv */