]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: ixgbe_fwd_ring_down needs to be static
authorJohn Fastabend <john.r.fastabend@intel.com>
Sat, 9 Nov 2013 07:11:26 +0000 (07:11 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 30 Nov 2013 08:08:45 +0000 (00:08 -0800)
commit1d3c14508eac3ed7394ade342f5ecbb6b146c721
treecbc6853828db180ea2ccbfcf8db6643858db7ce8
parent6e11ba455049444a520c690ddc101c691429b36b
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>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c