aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/debugfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ceph/debugfs.h')
-rw-r--r--include/linux/ceph/debugfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ceph/debugfs.h b/include/linux/ceph/debugfs.h
index fa5f9b7f5dbb..cf5e840eec71 100644
--- a/include/linux/ceph/debugfs.h
+++ b/include/linux/ceph/debugfs.h
@@ -19,9 +19,9 @@ static const struct file_operations name##_fops = { \
};
/* debugfs.c */
-extern int ceph_debugfs_init(void);
+extern void ceph_debugfs_init(void);
extern void ceph_debugfs_cleanup(void);
-extern int ceph_debugfs_client_init(struct ceph_client *client);
+extern void ceph_debugfs_client_init(struct ceph_client *client);
extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
#endif