net_sched: nla_memdup_cookie() can be static
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 14 Feb 2017 14:19:32 +0000 (14:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Feb 2017 20:02:17 +0000 (15:02 -0500)
commit6f2e3f7d9785dacb358b48b44950182b5c13e4bc
treedbed4d1cfd5590a7d615f129b28caac6632a0de5
parent044950cc48ced25ccb2f4ea7c31228399e19d5d6
net_sched: nla_memdup_cookie() can be static

Fixes the following sparse warning:

net/sched/act_api.c:532:5: warning:
 symbol 'nla_memdup_cookie' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_api.c