Re: compiling cmipci in 2.5.10 on Alpha doesn't work

Takashi Iwai (tiwai@suse.de)
Fri, 26 Apr 2002 11:56:31 +0200


At Fri, 26 Apr 2002 10:40:17 +0100,
Russell King wrote:
>
> On Fri, Apr 26, 2002 at 11:17:23AM +0200, Jaroslav Kysela wrote:
> > The real fix is to add '#include <linux/pci.h>' line to all necessary
> > source files (sound/pci/cmipci.c in this example). Not all source files
> > need pci.h for compilation.
>
> You'd also need to forward-declare struct pci_dev in sound/driver.h to
> stop the compiler complaining about 'struct pci_dev' in function
> prototypes.

struct pci_dev in sound/driver.h is used only for i386 and ppc, so
it's not problem.

but it's true for sound/core.h. we use the struct there, too, for
general cases.

Takashi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/