Re: b44 compile error on !PCI

2007-08-05 Thread Meelis Roos
> > CC [M] drivers/net/b44.o > > drivers/net/b44.c: In function 'b44_sync_dma_desc_for_device': > > drivers/net/b44.c:134: error: implicit declaration of function > > 'dma_sync_single_range_for_device' > > drivers/net/b44.c: In function 'b44_sync_dma_desc_for_cpu': > > drivers/net/b44.c:144: er

Re: b44 compile error on !PCI

2007-08-02 Thread Michael Buesch
On Thursday 02 August 2007, Meelis Roos wrote: > Tryng to compile todays git on SBus-only Sparc64 (Ultra 1), no PCI. b44 > is selectable but fails to compile: > > CC [M] drivers/net/b44.o > drivers/net/b44.c: In function 'b44_sync_dma_desc_for_device': > drivers/net/b44.c:134: error: implicit

b44 compile error on !PCI

2007-08-02 Thread Meelis Roos
Tryng to compile todays git on SBus-only Sparc64 (Ultra 1), no PCI. b44 is selectable but fails to compile: CC [M] drivers/net/b44.o drivers/net/b44.c: In function 'b44_sync_dma_desc_for_device': drivers/net/b44.c:134: error: implicit declaration of function 'dma_sync_single_range_for_device'