Re: linux-next: Tree for March 29

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Stephen Rothwell <sfr@...>
Cc: <linux-next@...>, LKML <linux-kernel@...>, <linux-ide@...>, <netdev@...>
Date: Saturday, March 29, 2008 - 2:12 pm

Stephen Rothwell <sfr@canb.auug.org.au> wrote:

I see both avr32 builds currently fail, but for different
reasons...none of which is avr32-specific as far as I can tell.

defconfig fails with

drivers/ata/libata-core.c:127: error: 'ata_pci_default_filter' undeclared here (not in a function)

which seems to be due to CONFIG_ATA && !CONFIG_PCI

allnoconfig fails with

include/linux/netdevice.h:843: error: implicit declaration of function 'dev_net'

which seems to be because the definition of dev_net is inside #ifdef
CONFIG_NET, while next_net_device, which calls it, is not.

Haavard
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux-next: Tree for March 29, Stephen Rothwell, (Sat Mar 29, 7:33 am)
Re: linux-next: Tree for March 29, Haavard Skinnemoen, (Sat Mar 29, 2:12 pm)
Re: linux-next: Tree for March 29, Stephen Rothwell, (Sat Mar 29, 10:55 pm)
Re: linux-next: Tree for March 29, David Miller, (Mon Mar 31, 3:28 am)