diff options
author | Darshana Padmadas <[email protected]> | 2015-03-28 23:13:53 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2015-04-01 17:33:56 +0200 |
commit | 80e177380b3a9e08a3c74ae0562c020c80ce3c2c (patch) | |
tree | 088ce87203bca3907ad957fb11a663901db10b8a | |
parent | 132eacb7fbd32cbfd55d47a230aea636e48ee959 (diff) |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/lustre/lustre/lmv/lproc_lmv.c | 1 |
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 d5bc0fbdf790..22e5c315faa4 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) { |