diff options
Diffstat (limited to 'net/xfrm/xfrm_hash.h')
-rw-r--r-- | net/xfrm/xfrm_hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xfrm/xfrm_hash.h b/net/xfrm/xfrm_hash.h index 716502ada53b..0622d319e1f2 100644 --- a/net/xfrm/xfrm_hash.h +++ b/net/xfrm/xfrm_hash.h | |||
@@ -130,7 +130,7 @@ static inline unsigned int __addr_hash(const xfrm_address_t *daddr, | |||
130 | return h & hmask; | 130 | return h & hmask; |
131 | } | 131 | } |
132 | 132 | ||
133 | extern struct hlist_head *xfrm_hash_alloc(unsigned int sz); | 133 | struct hlist_head *xfrm_hash_alloc(unsigned int sz); |
134 | extern void xfrm_hash_free(struct hlist_head *n, unsigned int sz); | 134 | void xfrm_hash_free(struct hlist_head *n, unsigned int sz); |
135 | 135 | ||
136 | #endif /* _XFRM_HASH_H */ | 136 | #endif /* _XFRM_HASH_H */ |