diff options
| -rw-r--r-- | drivers/media/dvb/dvb-usb/dibusb-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dibusb-common.c b/drivers/media/dvb/dvb-usb/dibusb-common.c index 9a184da01c47..b95b1eb1eba2 100644 --- a/drivers/media/dvb/dvb-usb/dibusb-common.c +++ b/drivers/media/dvb/dvb-usb/dibusb-common.c | |||
| @@ -223,6 +223,7 @@ static struct dibx000_agc_config dib3000p_panasonic_agc_config = { | |||
| 223 | .agc2_slope2 = 0x1e, | 223 | .agc2_slope2 = 0x1e, |
| 224 | }; | 224 | }; |
| 225 | 225 | ||
| 226 | #ifdef CONFIG_DVB_DIB3000MC | ||
| 226 | static struct dib3000mc_config mod3000p_dib3000p_config = { | 227 | static struct dib3000mc_config mod3000p_dib3000p_config = { |
| 227 | &dib3000p_panasonic_agc_config, | 228 | &dib3000p_panasonic_agc_config, |
| 228 | 229 | ||
| @@ -305,6 +306,7 @@ int dibusb_dib3000mc_tuner_attach(struct dvb_usb_adapter *adap) | |||
| 305 | return 0; | 306 | return 0; |
| 306 | } | 307 | } |
| 307 | EXPORT_SYMBOL(dibusb_dib3000mc_tuner_attach); | 308 | EXPORT_SYMBOL(dibusb_dib3000mc_tuner_attach); |
| 309 | #endif | ||
| 308 | 310 | ||
| 309 | /* | 311 | /* |
| 310 | * common remote control stuff | 312 | * common remote control stuff |
