From: RongQing Li Date: Tue, 18 Oct 2011 22:52:35 +0000 (+0000) Subject: igb: fix a compile warning X-Git-Tag: v3.2-rc1~182^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46a016985a442b499faa52dff7e74a79f6a22cef;p=pandora-kernel.git igb: fix a compile warning control these three function declarations and definitions with same macro CONFIG_PCI_IOV drivers/net/ethernet/intel/igb/igb_main.c:165: warning: ‘igb_vf_configure’ declared ‘static’ but never defined drivers/net/ethernet/intel/igb/igb_main.c:166: warning: ‘igb_find_enabled_vfs’ declared ‘static’ but never defined drivers/net/ethernet/intel/igb/igb_main.c:167: warning: ‘igb_check_vf_assignment’ declared ‘static’ but never defined Signed-off-by: RongQing Li Acked-by: Greg Rose Signed-off-by: David S. Miller --- Reading git-diff-tree failed