diff options
Diffstat (limited to 'drivers/net/ipvlan/ipvlan_core.c')
-rw-r--r-- | drivers/net/ipvlan/ipvlan_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ipvlan/ipvlan_core.c b/drivers/net/ipvlan/ipvlan_core.c index 2e195289ddf4..2a175006028b 100644 --- a/drivers/net/ipvlan/ipvlan_core.c +++ b/drivers/net/ipvlan/ipvlan_core.c | |||
@@ -9,7 +9,7 @@ | |||
9 | 9 | ||
10 | #include "ipvlan.h" | 10 | #include "ipvlan.h" |
11 | 11 | ||
12 | static u32 ipvlan_jhash_secret; | 12 | static u32 ipvlan_jhash_secret __read_mostly; |
13 | 13 | ||
14 | void ipvlan_init_secret(void) | 14 | void ipvlan_init_secret(void) |
15 | { | 15 | { |