[NETFILTER]: x_tables: remove unused argument to target functions
[deliverable/linux.git] / net / netfilter / xt_NFQUEUE.c
index 7b982283abdbe297fdb66d7e1ff0189caa8f3317..db9b896e57c8527ecfc9db2d7c0decbaca77b8e2 100644 (file)
@@ -29,8 +29,7 @@ target(struct sk_buff **pskb,
        const struct net_device *out,
        unsigned int hooknum,
        const struct xt_target *target,
-       const void *targinfo,
-       void *userinfo)
+       const void *targinfo)
 {
        const struct xt_NFQ_info *tinfo = targinfo;
 
This page took 0.03128 seconds and 5 git commands to generate.