orangefs: make orangefs_client_debug_init static
authorMartin Brandenburg <martin@omnibond.com>
Fri, 26 Jan 2018 19:07:11 +0000 (14:07 -0500)
committerMike Marshall <hubcap@omnibond.com>
Tue, 6 Feb 2018 21:38:12 +0000 (16:38 -0500)
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/orangefs-debugfs.c
fs/orangefs/orangefs-debugfs.h

index 1c59dff530dee5d10eadcb671798367ee40e173b..67d531ad5a562bf6d3ab830f08b5869bc36921f0 100644 (file)
@@ -328,7 +328,7 @@ static int help_show(struct seq_file *m, void *v)
 /*
  * initialize the client-debug file.
  */
-int orangefs_client_debug_init(void)
+static int orangefs_client_debug_init(void)
 {
 
        int rc = -ENOMEM;
index b5fd9cd4960f413bd234aaa59ab78fa95dd709b0..51147f9ce3d6a185acf919d8cc01b805dbca5460 100644 (file)
@@ -1,7 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 int orangefs_debugfs_init(int);
 void orangefs_debugfs_cleanup(void);
-int orangefs_client_debug_init(void);
 int orangefs_prepare_debugfs_help_string(int);
 int orangefs_debugfs_new_client_mask(void __user *);
 int orangefs_debugfs_new_client_string(void __user *);