Whamcloud - gitweb
LU-6204 build: clean up kernel module metadata
[fs/lustre-release.git] / lustre / mgc / mgc_request.c
index 5dfb761..ba1a2e1 100644 (file)
@@ -2134,7 +2134,7 @@ static int __init mgc_init(void)
                                   LUSTRE_MGC_NAME, NULL);
 }
 
-static void /*__exit*/ mgc_exit(void)
+static void __exit mgc_exit(void)
 {
         class_unregister_type(LUSTRE_MGC_NAME);
 }