Hi Greg, On Thu, 9 Jun 2011 12:22:43 -0700 Greg KH wrote: > > On Thu, Jun 09, 2011 at 11:41:27AM -0700, Greg KH wrote: > > > Also in several other files in drivers/staging/brcm80211/ > > > > > > Also: > > > > > > drivers/staging/comedi/drivers.c: In function 'comedi_buf_alloc': > > > drivers/staging/comedi/drivers.c:505:37: error: 'PAGE_KERNEL_NOCACHE' undeclared (first use in this function) > > > In file included from drivers/staging/comedi/drivers/addi_apci_035.c:7:0: > > > drivers/staging/comedi/drivers/addi-data/addi_common.c: In function 'i_ADDI_Attach': > > > drivers/staging/comedi/drivers/addi-data/addi_common.c:2765:7: error: implicit declaration of function 'virt_to_bus' > > > > > > (Also several other occurrences of that one) > > > > I'll fix this up, it looks just like a #include that needs to be added. > > I've fixed all of these up, thanks for reporting them. No, I still get these: In file included from drivers/staging/comedi/drivers/addi_apci_035.c:7:0: drivers/staging/comedi/drivers/addi-data/addi_common.c: In function 'i_ADDI_Attach': drivers/staging/comedi/drivers/addi-data/addi_common.c:2765:7: error: implicit declaration of function 'virt_to_bus' virt_to_bus is only defined for 32 bit powerpc (not 64 bit) (and maybe not at all on some architectures e.g. sparc). From Documentation/DMA-API-HOWTO.txt: "All drivers should be using these interfaces with no exceptions. It is planned to completely remove virt_to_bus() and bus_to_virt() as they are entirely deprecated. Some ports already do not provide these as it is impossible to correctly support them." -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/