Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] fix b2c2 dvb undefined symbol

This fixes

drivers/built-in.o: In function `flexcop_frontend_init':
: undefined reference to `lgdt330x_attach'

[ Side note: I really dislike that dvb people want to include every
possible frontend into the kernel - I only need the mt312 one for my
Skystar2 card. I'd highly appreciate it this would be made selectable
again... ]

Signed-off-by: Prakash Punnoor <prakash@punnoor.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Prakash Punnoor and committed by
Linus Torvalds
44e6f84e ae5684ce

+1
+1
drivers/media/dvb/b2c2/Kconfig
··· 7 7 select DVB_NXT2002 8 8 select DVB_STV0297 9 9 select DVB_BCM3510 10 + select DVB_LGDT330X 10 11 help 11 12 Support for the digital TV receiver chip made by B2C2 Inc. included in 12 13 Technisats PCI cards and USB boxes.