ixgbe: make ixgbe_led_on/off_t_x550em static
authorEmil Tantilov <emil.s.tantilov@intel.com>
Mon, 22 Aug 2016 23:28:34 +0000 (16:28 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 23 Sep 2016 07:12:08 +0000 (00:12 -0700)
commitd2d43e5b9fce2c30182dd9b6c63f436ea923a4d9
treec7c864e0dfbd6a3511672de57a5fbdb20c036d13
parent691e412132f07bd566934b7cbc430e87c5656de1
ixgbe: make ixgbe_led_on/off_t_x550em static

These functions are only used in ixgbe_x550.c.

Fixes a warning when compiling with -Wmissing-prototypes

Reported-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c