2005-11-29 10:56:37

by Carlos Silva

[permalink] [raw]
Subject: [PATCH] Fix budget-ci linking problem

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 <[email protected]>

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


Attachments:
fix-budget-ci-linking.patch (351.00 B)
signature.asc (198.00 B)
This is a digitally signed message part
Download all attachments

2005-11-30 12:38:25

by Johannes Stezenbach

[permalink] [raw]
Subject: Re: [linux-dvb-maintainer] [PATCH] Fix budget-ci linking problem

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 <[email protected]>

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