I just want to mention that i810_audio.c suffers from referencing a
symbol in .text.exit(i810_remove), too, with the usual symptoms.
If that is still interesting, I don't know what fixes are in the work.
--
Andreas Bombe <[email protected]> DSA key 0x04880A44
On Fri, 4 Jan 2002 22:50:40 +0100,
Andreas Bombe <[email protected]> wrote:
>I just want to mention that i810_audio.c suffers from referencing a
>symbol in .text.exit(i810_remove), too, with the usual symptoms.
If the reference is coming from .text.lock then there is a patch
waiting for Marcelo to fix that. If the reference is coming from
another section then it is a bug.
On Sat, Jan 05, 2002 at 05:07:00PM +1100, Keith Owens wrote:
> On Fri, 4 Jan 2002 22:50:40 +0100,
> Andreas Bombe <[email protected]> wrote:
> >I just want to mention that i810_audio.c suffers from referencing a
> >symbol in .text.exit(i810_remove), too, with the usual symptoms.
>
> If the reference is coming from .text.lock then there is a patch
> waiting for Marcelo to fix that. If the reference is coming from
> another section then it is a bug.
So there are actually two kinds of those errors... It was coming from
the PCI function table, referencing i810_remove for its remove entry. I
fixed it locally with an #ifdef MODULE around that line.
--
Andreas Bombe <[email protected]> DSA key 0x04880A44