]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit19d9bfa70d6a7e1c44d07bd0b69647f75bd49114
treefca4e116710fff415e8ef84b3cf1cf4f4262d0f3
parentf43553ff97ef6e633e8f5ef17a7e6f8af0f33413
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