Linux-Next discussions
 help / color / mirror / Atom feed
* next: CNIC: build fails
@ 2009-06-10 12:56 Alexander Beregalov
  2009-06-10 14:55 ` James Bottomley
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Beregalov @ 2009-06-10 12:56 UTC (permalink / raw)
  To: linux-next, mchan, James.Bottomley

Hi

drivers/net/cnic.c: In function 'cnic_start_hw':
drivers/net/cnic.c:2391: error: implicit declaration of function 'pci_dev_get'

The problem is that kconfig selects CNIC without it dependencies

config SCSI_BNX2_ISCSI
        tristate "Broadcom NetXtreme II iSCSI support"
        select SCSI_ISCSI_ATTRS
        select CNIC

config BNX2
        tristate "Broadcom NetXtremeII support"
        depends on PCI
        select CRC32
        select FW_LOADER

config CNIC
        tristate "Broadcom CNIC support"
        depends on BNX2
        depends on UIO

$ egrep "CNIC|BNX|_PCI" .config
# CONFIG_PCI is not set
CONFIG_SCSI_BNX2_ISCSI=y
CONFIG_CNIC=y

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-10 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-10 12:56 next: CNIC: build fails Alexander Beregalov
2009-06-10 14:55 ` James Bottomley
2009-06-10 15:14   ` Michael Chan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox