]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerChuck Anderson <chuck.anderson@oracle.com>
Sat, 25 Feb 2017 05:48:00 +0000 (21:48 -0800)
commitc9497412881ecf14c463fa14a8159c83f9943dd8
tree0e943bcfb980008430290f156de1cd59cce8348c
parent12872c8c52d3ffa3a5ef480cfce2722aa13862bc
ixgbe: make ixgbe_led_on/off_t_x550em static

Orabug: 24568240

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>
(cherry picked from commit d2d43e5b9fce2c30182dd9b6c63f436ea923a4d9)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c