aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/hash.h')
-rw-r--r--include/net/netns/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netns/hash.h b/include/net/netns/hash.h
index 548d78f2cc4..c06ac58ca10 100644
--- a/include/net/netns/hash.h
+++ b/include/net/netns/hash.h
@@ -5,7 +5,7 @@
5 5
6struct net; 6struct net;
7 7
8static inline unsigned net_hash_mix(struct net *net) 8static inline unsigned int net_hash_mix(struct net *net)
9{ 9{
10#ifdef CONFIG_NET_NS 10#ifdef CONFIG_NET_NS
11 /* 11 /*