From: John Fastabend Date: Sat, 9 Nov 2013 07:11:26 +0000 (+0000) Subject: ixgbe: ixgbe_fwd_ring_down needs to be static X-Git-Tag: v3.13-rc3~28^2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae72c8d068b3440c0b45df284303794cfbc0f4f2;p=pandora-kernel.git 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 Signed-off-by: John Fastabend Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed