diff options
Diffstat (limited to 'net/dccp/options.c')
-rw-r--r-- | net/dccp/options.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/options.c b/net/dccp/options.c index 3ecd319c0f59..79d228e4d6b2 100644 --- a/net/dccp/options.c +++ b/net/dccp/options.c | |||
@@ -258,6 +258,8 @@ out_invalid_option: | |||
258 | return -1; | 258 | return -1; |
259 | } | 259 | } |
260 | 260 | ||
261 | EXPORT_SYMBOL_GPL(dccp_parse_options); | ||
262 | |||
261 | static void dccp_encode_value_var(const u32 value, unsigned char *to, | 263 | static void dccp_encode_value_var(const u32 value, unsigned char *to, |
262 | const unsigned int len) | 264 | const unsigned int len) |
263 | { | 265 | { |