net: constify is_skb_forwardable's arguments
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Thu, 28 Apr 2016 15:59:28 +0000 (17:59 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2016 20:13:36 +0000 (16:13 -0400)
commitf4b05d27ec6b032ca504591e2a157b058b6f172f
treeacbd391cef14730a0517d726489eaf17ab815f99
parent92aff96ac315a713b14c7e4f7b2e84fb3dc9ce16
net: constify is_skb_forwardable's arguments

is_skb_forwardable is not supposed to change anything so constify its
arguments

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c