commit | ae72c8d068b3440c0b45df284303794cfbc0f4f2 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Sat Nov 09 07:11:26 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Nov 30 00:08:45 2013 -0800 |
tree | cbc6853828db180ea2ccbfcf8db6643858db7ce8 | |
parent | 74a1b1ea8a30b035aaad833bbd6b9263e72acfac [diff] |
ixgbe: ixgbe_fwd_ring_down needs to be static When compiling with -Wstrict-prototypes gcc catches a static I missed. ./ixgbe_main.c:4254: warning: no previous prototype for 'ixgbe_fwd_ring_down' Reported-by: Phillip Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>