]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOE
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 15 Jul 2011 02:31:30 +0000 (02:31 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:00:52 +0000 (22:00 +0800)
commit5f44fc6d3835fbc429a1fcb7f14c76144e75656c
tree18cde96a378e71f7127efb25d332af442643389f
parent8a3859b05e1980ae0f8eb20146f9140dbbcbb7e4
ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOE

CONFIG_FCOE is not the correct define to check since it is possible for it
to be CONFIG_FCOE_MODULE, as such the reference to it should be replaced
with IXGBE_FCOE.

(cherry picked from commit 971060b1066fef53e0b2eacece2f6d092d716d15)
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_dcb_nl.c
drivers/net/ixgbe/ixgbe_main.c