Parcourir la source

V4L/DVB (6733): DVB: Compile 3000MC-specific DIB code only for CONFIG_DVB_DIB3000MC

On Tue, 4 Dec 2007, Ingo Molnar wrote:

>  drivers/built-in.o: In function `dibusb_dib3000mc_tuner_attach':
>  : undefined reference to `dib3000mc_get_tuner_i2c_master'
>  drivers/built-in.o: In function `dibusb_dib3000mc_tuner_attach':
>  : undefined reference to `dib3000mc_set_config'

Seems like -common part contains also code that is not completely
common to all the modules.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Tested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Jiri Kosina il y a 17 ans
Parent
commit
f6b5cf771a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      drivers/media/dvb/dvb-usb/dibusb-common.c

+ 2 - 0
drivers/media/dvb/dvb-usb/dibusb-common.c

@@ -223,6 +223,7 @@ static struct dibx000_agc_config dib3000p_panasonic_agc_config = {
 	.agc2_slope2 = 0x1e,
 	.agc2_slope2 = 0x1e,
 };
 };
 
 
+#ifdef CONFIG_DVB_DIB3000MC
 static struct dib3000mc_config mod3000p_dib3000p_config = {
 static struct dib3000mc_config mod3000p_dib3000p_config = {
 	&dib3000p_panasonic_agc_config,
 	&dib3000p_panasonic_agc_config,
 
 
@@ -305,6 +306,7 @@ int dibusb_dib3000mc_tuner_attach(struct dvb_usb_adapter *adap)
 	return 0;
 	return 0;
 }
 }
 EXPORT_SYMBOL(dibusb_dib3000mc_tuner_attach);
 EXPORT_SYMBOL(dibusb_dib3000mc_tuner_attach);
+#endif
 
 
 /*
 /*
  * common remote control stuff
  * common remote control stuff