Commit bc0ee163 authored by Lad, Prabhakar's avatar Lad, Prabhakar Committed by David S. Miller

be2net: fix sparse warning

this patch fixes following sparse warning:

be_cmds.c:2750:5: warning: symbol 'be_cmd_set_qos' was not declared. Should it be static?
Signed-off-by: default avatarLad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4a95b6d0
......@@ -2747,7 +2747,7 @@ int be_cmd_get_phy_info(struct be_adapter *adapter)
return status;
}
int be_cmd_set_qos(struct be_adapter *adapter, u32 bps, u32 domain)
static int be_cmd_set_qos(struct be_adapter *adapter, u32 bps, u32 domain)
{
struct be_mcc_wrb *wrb;
struct be_cmd_req_set_qos *req;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment