summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorDarshana Padmadas <darshanapadmadas@gmail.com>2015-03-28 23:13:53 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-04-01 17:33:56 +0200
commit80e177380b3a9e08a3c74ae0562c020c80ce3c2c (patch)
tree088ce87203bca3907ad957fb11a663901db10b8a /drivers/staging/lustre
parent132eacb7fbd32cbfd55d47a230aea636e48ee959 (diff)
downloadop-kernel-dev-80e177380b3a9e08a3c74ae0562c020c80ce3c2c.zip
op-kernel-dev-80e177380b3a9e08a3c74ae0562c020c80ce3c2c.tar.gz
Staging: lustre: Add header that declares function lprocfs_lmv_init_vars
This patch includes the header file lmv_internal.h that declares the function lprocfs_lmv_init_vars defined in lproc_lmv.c. This eliminates the sparse warning: warning: symbol 'lprocfs_lmv_init_vars' was not declared. Should it be static? Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/lmv/lproc_lmv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/lustre/lustre/lmv/lproc_lmv.c b/drivers/staging/lustre/lustre/lmv/lproc_lmv.c
index d5bc0fb..22e5c31 100644
--- a/drivers/staging/lustre/lustre/lmv/lproc_lmv.c
+++ b/drivers/staging/lustre/lustre/lmv/lproc_lmv.c
@@ -40,6 +40,7 @@
#include <linux/statfs.h>
#include "../include/lprocfs_status.h"
#include "../include/obd_class.h"
+#include "lmv_internal.h"
static int lmv_numobd_seq_show(struct seq_file *m, void *v)
{
OpenPOWER on IntegriCloud