* [PATCH mmots] net: static declaration of net_secret_init() follows non-static
@ 2013-10-07 11:16 Sergey Senozhatsky
0 siblings, 0 replies; only message in thread
From: Sergey Senozhatsky @ 2013-10-07 11:16 UTC (permalink / raw)
To: Andrew Morton, David S. Miller; +Cc: netdev, linux-kernel
Fix secure_seq build error
net/core/secure_seq.c:17:13: error: static declaration of ‘net_secret_init’ follows
non-static declaration
static void net_secret_init(void)
In file included from net/core/secure_seq.c:11:0:
include/net/secure_seq.h:6:6: note: previous declaration of ‘net_secret_init’ was
here
void net_secret_init(void);
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
---
include/net/secure_seq.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net/secure_seq.h b/include/net/secure_seq.h
index 52c1a90..f257486 100644
--- a/include/net/secure_seq.h
+++ b/include/net/secure_seq.h
@@ -3,7 +3,6 @@
#include <linux/types.h>
-void net_secret_init(void);
__u32 secure_ip_id(__be32 daddr);
__u32 secure_ipv6_id(const __be32 daddr[4]);
u32 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-07 11:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07 11:16 [PATCH mmots] net: static declaration of net_secret_init() follows non-static Sergey Senozhatsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox