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)
commit9df70b66418e284dc1e7f272ac445c1d1e990b97
treed1b8d3c815a5948a92bfc490772fe45cad16d7bd
parent85927ec1b369c880407aa82eba70d49c04c35062
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