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/
This archive was generated by hypermail 2b29 : Sat Jan 15 2000 - 21:00:12 EST