netfilter: xt_qtaguid: xt_socket: build fixes
authorAmit Pundir <amit.pundir@linaro.org>
Mon, 6 Jul 2015 18:58:49 +0000 (00:28 +0530)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:40 +0000 (13:51 -0800)
commit0e922fb48de57debfb0e3030f4391175833fb88d
treecf5f1db861299e2e83d9eeebd3208f906b3af6e1
parent707c2f76831faa0fa95f570bb8366c0306f4476b
netfilter: xt_qtaguid: xt_socket: build fixes

Add missing header <linux/miscdevice.h> and use
xt_socket_lookup_slow_v* instead of xt_socket_get*_sk
in xt_qtaguid.c.

Fix xt_socket_lookup_slow_v* functions in xt_socket.c
and declare them in xt_socket.h

Change-Id: I55819b2d4ffa82a2be20995c87d28fb5cc77b5ba
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/uapi/linux/netfilter/xt_socket.h
net/netfilter/xt_qtaguid.c