From: Jingoo Han Date: Mon, 5 Aug 2013 09:04:51 +0000 (+0900) Subject: net: mlx4: Staticize local functions X-Git-Tag: v3.12-rc1~132^2~357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f094668ca1a3e326e4f3d75a5e3b32f949f417b8;p=pandora-kernel.git net: mlx4: Staticize local functions These local functions are used only in this file. Fix the following sparse warnings: drivers/net/ethernet/mellanox/mlx4/cmd.c:803:5: warning: symbol 'MLX4_CMD_UPDATE_QP_wrapper' was not declared. Should it be static? drivers/net/ethernet/mellanox/mlx4/cmd.c:812:5: warning: symbol 'MLX4_CMD_GET_OP_REQ_wrapper' was not declared. Should it be static? drivers/net/ethernet/mellanox/mlx4/cmd.c:1547:5: warning: symbol 'mlx4_master_immediate_activate_vlan_qos' was not declared. Should it be static? Signed-off-by: Jingoo Han Acked-By: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed