public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix budget-ci linking problem
@ 2005-11-29 10:54 Carlos Silva
  2005-11-30 12:38 ` [linux-dvb-maintainer] " Johannes Stezenbach
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Silva @ 2005-11-29 10:54 UTC (permalink / raw)
  To: linux-dvb-maintainer; +Cc: inux-dvb, linux-kernel, michael, adq_dvb


[-- Attachment #1.1: Type: text/plain, Size: 538 bytes --]

Hi, a user reported that had linking problems when compiling the kernel.
After looking at his problem I found out that there was missing the
compilation of stv0297.c when budget-ci.c was selected. So I made this
simple patch that solved the user's problem.
The downstream bug report is this one:
http://bugs.gentoo.org/show_bug.cgi?id=112997

If you need anything more from me, just mail me.

Signed-of-by: Carlos Silva <r3pek@gentoo.org>

Best regards
-- 
Carlos "r3pek" Silva
Gentoo Developer (kernel/amd64/mobile-phone)

[-- Attachment #1.2: fix-budget-ci-linking.patch --]
[-- Type: text/x-patch, Size: 351 bytes --]

--- drivers/media/dvb/ttpci/Kconfig.old	2005-11-19 20:23:50.000000000 +0000
+++ drivers/media/dvb/ttpci/Kconfig	2005-11-19 20:22:49.000000000 +0000
@@ -81,6 +81,7 @@
 	tristate "Budget cards with onboard CI connector"
 	depends on DVB_CORE && PCI
 	select VIDEO_SAA7146
+	select DVB_STV0297
 	select DVB_STV0299
 	select DVB_TDA1004X
 	help

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [linux-dvb-maintainer] [PATCH] Fix budget-ci linking problem
  2005-11-29 10:54 [PATCH] Fix budget-ci linking problem Carlos Silva
@ 2005-11-30 12:38 ` Johannes Stezenbach
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Stezenbach @ 2005-11-30 12:38 UTC (permalink / raw)
  To: Carlos Silva; +Cc: linux-dvb-maintainer, michael, linux-kernel, adq_dvb

Hi Carlos,

On Tue, Nov 29, 2005, Carlos Silva wrote:
> Hi, a user reported that had linking problems when compiling the kernel.
> After looking at his problem I found out that there was missing the
> compilation of stv0297.c when budget-ci.c was selected. So I made this
> simple patch that solved the user's problem.
> The downstream bug report is this one:
> http://bugs.gentoo.org/show_bug.cgi?id=112997
> 
> If you need anything more from me, just mail me.
> 
> Signed-of-by: Carlos Silva <r3pek@gentoo.org>

I added your patch to linuxtv.org CVS when you first sent it.
Seems like I missed to send a confirmation mail, sorry about that. :-(

It should go into the kernel with the next set of dvb/v4l patches.

Thanks,
Johannes

> --- drivers/media/dvb/ttpci/Kconfig.old	2005-11-19 20:23:50.000000000 +0000
> +++ drivers/media/dvb/ttpci/Kconfig	2005-11-19 20:22:49.000000000 +0000
> @@ -81,6 +81,7 @@
>  	tristate "Budget cards with onboard CI connector"
>  	depends on DVB_CORE && PCI
>  	select VIDEO_SAA7146
> +	select DVB_STV0297
>  	select DVB_STV0299
>  	select DVB_TDA1004X
>  	help

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-30 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-29 10:54 [PATCH] Fix budget-ci linking problem Carlos Silva
2005-11-30 12:38 ` [linux-dvb-maintainer] " Johannes Stezenbach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox