aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavem <davem>2002-01-15 17:05:43 +0000
committerdavem <davem>2002-01-15 17:05:43 +0000
commitea0b7d568ac44bb6967505042b91fd8ab3f7d4a5 (patch)
tree3355892e06275cfc371289c5a9246b8f945e6d98
parenta34be8450e05132b54d24a3aaa65c2038f4f4d13 (diff)
downloadnetdev-vger-cvs-ea0b7d568ac44bb6967505042b91fd8ab3f7d4a5.tar.gz
Mark cleanup function with __exit.
-rw-r--r--lib/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crc32.c b/lib/crc32.c
index 8bf7b8d8d..c0470a25d 100644
--- a/lib/crc32.c
+++ b/lib/crc32.c
@@ -558,7 +558,7 @@ static int __init init_crc32(void)
/**
* cleanup_crc32(): frees crc32 data when no longer needed
*/
-static void cleanup_crc32(void)
+static void __exit cleanup_crc32(void)
{
crc32cleanup_le();
crc32cleanup_be();