Re: [GIT PATCHES for 2.6.28] V4L/DVB fixes, crash in af9005_usb_module_init()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[Cyrill Gorcunov - Sat, Dec 27, 2008 at 08:11:22PM +0300]
| [Ingo Molnar - Sat, Dec 27, 2008 at 05:40:20PM +0100]
| | 
| | * Ingo Molnar <mingo@xxxxxxx> wrote:
| | 
| | > [...] I have re-enabled the driver in tip/master [...]
| | 
| | ok, just got this build failure:
| | 
| |  drivers/built-in.o: In function `dm1105_probe':
| |  dm1105.c:(.devinit.text+0x2298b): undefined reference to `cx24116_attach'
| |  make: *** [.tmp_vmlinux1] Error 1
| | 
| | config attached. Can test any fix patch.
| | 
| | 	Ingo
| |
| 
| Something like that?
|  
| 		- Cyrill -
| 
| ---
|  drivers/media/dvb/frontends/cx24116.h |    3 ++-
|  1 file changed, 2 insertions(+), 1 deletion(-)
| 
| Index: linux-2.6.git/drivers/media/dvb/frontends/cx24116.h
| ===================================================================
| --- linux-2.6.git.orig/drivers/media/dvb/frontends/cx24116.h
| +++ linux-2.6.git/drivers/media/dvb/frontends/cx24116.h
| @@ -37,7 +37,8 @@ struct cx24116_config {
|  	u8 mpg_clk_pos_pol:0x02;
|  };
|  
| -#if defined(CONFIG_DVB_CX24116) || defined(CONFIG_DVB_CX24116_MODULE)
| +#if defined(CONFIG_DVB_CX24116) || \
| +	(defined(CONFIG_DVB_CX24116_MODULE) && defined(MODULE))
|  extern struct dvb_frontend *cx24116_attach(
|  	const struct cx24116_config *config,
|  	struct i2c_adapter *i2c);

hmm... don't think it will help, please ignore the patch.

		- Cyrill -

_______________________________________________
v4l-dvb-maintainer mailing list
v4l-dvb-maintainer@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/v4l-dvb-maintainer

[Index of Archives]     [Linux Media]     [Older V4L]     [Linux DVB]     [Video Disk Recorder]     [Asterisk]     [Photo]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Free Photo Albums]     [Fedora Users]     [Fedora Women]     [ALSA Users]     [ALSA Devel]     [SSH]     [Linux USB]

  Powered by Linux