ixgbe: remove unused fcoe.tc field and fcoe_setapp()
authorJohn Fastabend <john.r.fastabend@intel.com>
Sat, 18 Jun 2011 07:39:58 +0000 (07:39 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 25 Jun 2011 07:15:42 +0000 (00:15 -0700)
commit3b3bf3b92b313db62a07869a649533f7f4f25c24
tree0227a95d37d9c9ec6fc45d0500d48d7aae3b6544
parent9372453e87560f1602815bf08b9e2af0f5136a61
ixgbe: remove unused fcoe.tc field and fcoe_setapp()

The fcoe.tc field is no longer used so remove it. After
the field is removed there is no need to keep fcoe_setapp()
around so remove it as well. And finally we can get rid
of some DCB #ifdef's in the fcoe code.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_dcb_nl.c
drivers/net/ixgbe/ixgbe_fcoe.c
drivers/net/ixgbe/ixgbe_fcoe.h
drivers/net/ixgbe/ixgbe_main.c