diff options
Diffstat (limited to 'net/ipv6/raw.c')
-rw-r--r-- | net/ipv6/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c index 2663fd1323e4..45a580e843dc 100644 --- a/net/ipv6/raw.c +++ b/net/ipv6/raw.c | |||
@@ -1321,7 +1321,7 @@ out: | |||
1321 | return ret; | 1321 | return ret; |
1322 | } | 1322 | } |
1323 | 1323 | ||
1324 | void __exit rawv6_exit(void) | 1324 | void rawv6_exit(void) |
1325 | { | 1325 | { |
1326 | inet6_unregister_protosw(&rawv6_protosw); | 1326 | inet6_unregister_protosw(&rawv6_protosw); |
1327 | } | 1327 | } |