bpfilter: Fix mismatch in function argument types
authorYueHaibing <yuehaibing@huawei.com>
Thu, 19 Jul 2018 07:56:59 +0000 (15:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Jul 2018 23:21:25 +0000 (16:21 -0700)
commitf95de8aa9f824d96421cb7ca81552b4ad8768a31
treec7aeab7d9902a7f613abdd092f87ac36580408c3
parent215d08a85b9acf5e1fe9dbf50f1774cde333efef
bpfilter: Fix mismatch in function argument types

Fix following warning:
net/ipv4/bpfilter/sockopt.c:28:5: error: symbol 'bpfilter_ip_set_sockopt' redeclared with different type
net/ipv4/bpfilter/sockopt.c:34:5: error: symbol 'bpfilter_ip_get_sockopt' redeclared with different type

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/bpfilter.h