diff mbox

netfilter: remove prototype of netfilter_queue_init

Message ID 20170803012620.17993-1-ap420073@gmail.com
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Taehee Yoo Aug. 3, 2017, 1:26 a.m. UTC
The netfilter_queue_init() has been removed.
so we can remove the prototype of that.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
---
 net/netfilter/nf_internals.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Pablo Neira Ayuso Aug. 19, 2017, 11:23 a.m. UTC | #1
On Thu, Aug 03, 2017 at 10:26:20AM +0900, Taehee Yoo wrote:
> The netfilter_queue_init() has been removed.
> so we can remove the prototype of that.

Also applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/net/netfilter/nf_internals.h b/net/netfilter/nf_internals.h
index bfa742d..19f00a4 100644
--- a/net/netfilter/nf_internals.h
+++ b/net/netfilter/nf_internals.h
@@ -15,7 +15,6 @@ 
 int nf_queue(struct sk_buff *skb, struct nf_hook_state *state,
 	     struct nf_hook_entry **entryp, unsigned int verdict);
 unsigned int nf_queue_nf_hook_drop(struct net *net);
-int __init netfilter_queue_init(void);
 
 /* nf_log.c */
 int __init netfilter_log_init(void);