Staging: lustre: lprocfs_status: Remove unused declaration
authorShraddha Barke <shraddha.6596@gmail.com>
Tue, 27 Oct 2015 06:35:10 +0000 (12:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 07:55:23 +0000 (16:55 +0900)
Remove declaration of function lprocfs_wr_timeouts from header file
since it is not used

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lprocfs_status.h

index 089e5a38562cc0c7c08904c60344ad2f0c0de753..9e654b218ca358824857226d985e76b35c89421e 100644 (file)
@@ -594,8 +594,6 @@ int lprocfs_rd_connect_flags(struct seq_file *m, void *data);
 struct adaptive_timeout;
 int lprocfs_at_hist_helper(struct seq_file *m, struct adaptive_timeout *at);
 int lprocfs_rd_timeouts(struct seq_file *m, void *data);
-int lprocfs_wr_timeouts(struct file *file, const char __user *buffer,
-                       unsigned long count, void *data);
 int lprocfs_wr_ping(struct file *file, const char __user *buffer,
                    size_t count, loff_t *off);
 int lprocfs_wr_import(struct file *file, const char __user *buffer,
This page took 0.02493 seconds and 5 git commands to generate.