ixgbe: cleanup make ixgbe_set_ethertype_anti_spoofing_X550 static
authorDon Skidmore <donald.c.skidmore@intel.com>
Fri, 13 Mar 2015 21:03:25 +0000 (14:03 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 13 Mar 2015 21:03:25 +0000 (14:03 -0700)
commitbc035fc55ecbe50fd087270e8312a090b5eccb3a
treefca4e116710fff415e8ef84b3cf1cf4f4262d0f3
parentef5398bb8df89c4af3f1f21c4190dfef0e80d45e
ixgbe: cleanup make ixgbe_set_ethertype_anti_spoofing_X550 static

Correcting a mistake when I initial created this function.  I should
have made this static since it is only referenced where the function
pointer is assigned.

CC: <kernel-team@fb.com>
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c