• Jingoo Han's avatar
    net: mlx4: Staticize local functions · f094668c
    Jingoo Han authored
    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: default avatarJingoo Han <jg1.han@samsung.com>
    Acked-By: default avatarAmir Vadai <amirv@mellanox.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    f094668c
cmd.c 61.7 KB