]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: Remove incorrect #ifdef's
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Mon, 27 Apr 2015 18:57:11 +0000 (14:57 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 15 Jul 2015 01:26:41 +0000 (18:26 -0700)
commitdbf8431422c4628a4f805cf6987d043e2a45d245
treed1b8d3c815a5948a92bfc490772fe45cad16d7bd
parenta4bd32ff7c20a1f1c8fc8942e16ee44d952b3d6e
i40e: Remove incorrect #ifdef's

This patch removes some #ifdef's that should not be there. They
were stopping code that is needed from being compiled in.

With these #ifdef's removed, changes are needed in the driver
to fix some compile errors: adding missing parameters to
the definition of ndo_bridge_setlink and a ndo_dflt_brige_getlink call.

Change-ID: I5516614e1bc50b6bca0647cef971bc96161ba2de
Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c