Re: Trivial fix for 2.2.14 on pmac

Martin Costabel (costabel@wanadoo.fr)
Sat, 08 Jan 2000 20:04:09 +0100


Giuliano Pochini wrote:
>
> W Lewis wrote:
> >
> > Compilation of pmac_setup.c dies complaining of a few undefined symbols
> > unless <asm/dma.h> is included: [...]
>
> ??? No problems here.

<asm/dma.h> is included indirectly
#if defined(CONFIG_SCSI) && defined(CONFIG_BLK_DEV_SD)
which could be your case. Some variables defined in <asm/dma.h> are used
outside of this #if clause.

--
Martin

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