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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
8733e29748
commit
f6b5cf771a
@@ -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
|
||||||
|
Reference in New Issue
Block a user