1
0
Fork 0
alistair23-linux/drivers/scsi/bnx2i
Randy Dunlap 5c90ad905b scsi: fix bnx2i build errors
bnx2i should depend on NET since it selects SCSI_ISCSI_ATTRS, which
depends on NET.

Also move the dependencies together.

The "depends" change fixes multiple build errors when CONFIG_NET is
not enabled:
ERROR: "skb_trim" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
ERROR: "netlink_kernel_create" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
ERROR: "netlink_kernel_release" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
ERROR: "skb_pull" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
ERROR: "init_net" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
ERROR: "__alloc_skb" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
ERROR: "netlink_broadcast" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
ERROR: "kfree_skb" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
ERROR: "skb_put" [drivers/scsi/scsi_transport_iscsi.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Anil Veerabhadrappa <anilgv@broadcom.com>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-08-11 08:59:01 -07:00
..
57xx_iscsi_constants.h
57xx_iscsi_hsi.h
Kconfig scsi: fix bnx2i build errors 2010-08-11 08:59:01 -07:00
Makefile
bnx2i.h [SCSI] bnx2i: Fixed the TCP graceful termination initiation 2010-07-27 12:04:00 -05:00
bnx2i_hwi.c [SCSI] bnx2i: Fixed the TCP graceful termination initiation 2010-07-27 12:04:00 -05:00
bnx2i_init.c [SCSI] bnx2i: Updated version from 2.1.1 to 2.1.2 2010-07-27 12:04:02 -05:00
bnx2i_iscsi.c [SCSI] bnx2i: Added host param ISCSI_HOST_PARAM_IPADDRESS 2010-07-27 12:04:01 -05:00
bnx2i_sysfs.c