At Wed, 6 Jul 2005 09:27:36 +0300 (EEST),
Meelis Roos wrote:
>
>CC [M] sound/pci/bt87x.o
> sound/pci/bt87x.c: In function `snd_bt87x_detect_card':
> sound/pci/bt87x.c:807: error: `driver' undeclared (first use in this function)
> sound/pci/bt87x.c:807: error: (Each undeclared identifier is re
MR> Substituting driver with pci->driver seems to cure it, it this the
MR> correct fix?
I mean, the second argument to pci_match_device is already pci so it
looks strange.
Anyway, here is the patch that I used to get it to compile - untested.
Signed-off-by: Meelis Roos <[EMAIL PROTECTED]>
diff
CC [M] sound/pci/bt87x.o
sound/pci/bt87x.c: In function `snd_bt87x_detect_card':
sound/pci/bt87x.c:807: error: `driver' undeclared (first use in this function)
sound/pci/bt87x.c:807: error: (Each undeclared identifier is reported only once
sound/pci/bt87x.c:807: error: for each function it appe
3 matches
Mail list logo