]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[SCSI] fcoe: Remove ifdef for NETIF_F_FCOE_CRC and NETIF_F_FSO
authorYi Zou <yi.zou@intel.com>
Thu, 30 Jul 2009 00:05:26 +0000 (17:05 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 22 Aug 2009 22:52:10 +0000 (17:52 -0500)
commit15a521b4243f3d61971f8422f3e514ef009a42b8
treecaa96b7f39015f500121a0e994a3c6dfc92d6507
parentd7179680d04f1e196b7a5f70e7f93bb1850407c6
[SCSI] fcoe: Remove ifdef for NETIF_F_FCOE_CRC and NETIF_F_FSO

Remove the extra ifdef for NETIF_F_FSO and NETIF_F_FCOE_CRC since they are
already defined in the current kernel as in include/linux/netdevice.h.

Signed-off-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/fcoe/fcoe.c