fs/notify/group.c: make fsnotify_final_destroy_group() static
[deliverable/linux.git] / fs / notify / group.c
index ad199598045655105e7ba4db0ed639357bf3fc6f..d16b62cb28544a147183c3780e3a61ffa246c8bb 100644 (file)
@@ -31,7 +31,7 @@
 /*
  * Final freeing of a group
  */
-void fsnotify_final_destroy_group(struct fsnotify_group *group)
+static void fsnotify_final_destroy_group(struct fsnotify_group *group)
 {
        if (group->ops->free_group_priv)
                group->ops->free_group_priv(group);
This page took 0.023347 seconds and 5 git commands to generate.