From: Yevgeny Petrilin Date: Tue, 6 Mar 2012 04:04:47 +0000 (+0000) Subject: net/mlx4: fixing sparse warnings for not declared, functions X-Git-Tag: v3.4-rc1~177^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a9a232a9295deb3b6b5f4ce4290a7d05ff061fa;p=pandora-kernel.git net/mlx4: fixing sparse warnings for not declared, functions The SET_PORT functions are implemented in port.c, which is part of mlx4_core, these functions are exported. The functions are in use by the mlx4_en module (were originally part of mlx4_en). Their declaration remained in mlx4_en module, moving the declaration to the right location. Signed-off-by: Yevgeny Petrilin Signed-off-by: David S. Miller --- Reading git-diff-tree failed