netfilter: nfnetlink_log: fix warning and prototype mismatch
net/netfilter/nfnetlink_log.c:537:1: warning: symbol 'nfulnl_log_packet' was not declared. Should it be static? Including the proper header also revealed an incorrect prototype. Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
#include <linux/random.h>
|
||||
#include <net/sock.h>
|
||||
#include <net/netfilter/nf_log.h>
|
||||
#include <net/netfilter/nfnetlink_log.h>
|
||||
|
||||
#include <asm/atomic.h>
|
||||
|
||||
|
Reference in New Issue
Block a user