summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorDarshana Padmadas <darshanapadmadas@gmail.com>2015-03-28 23:13:55 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-04-01 17:33:56 +0200
commit171aee168e4fe04502e2e065750dcbe0b2e0ffa9 (patch)
tree84b87dacb52ca73e58214b7bc45a24f64b082787 /drivers/staging/lustre
parentb5edcf2f8679d2a4434f791ee19eb82b2d6997f3 (diff)
downloadop-kernel-dev-171aee168e4fe04502e2e065750dcbe0b2e0ffa9.zip
op-kernel-dev-171aee168e4fe04502e2e065750dcbe0b2e0ffa9.tar.gz
Staging: lustre: Include header file that declares lprocfs_mdc_init_vars
This patch includes the header file mdc_internal.h that declares the function lprocfs_mdc_init_vars. This also eliminates the sparse warning: warning: symbol 'lprocfs_mdc_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/mdc/lproc_mdc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/lustre/lustre/mdc/lproc_mdc.c b/drivers/staging/lustre/lustre/mdc/lproc_mdc.c
index a4fb294..acfe08e 100644
--- a/drivers/staging/lustre/lustre/mdc/lproc_mdc.c
+++ b/drivers/staging/lustre/lustre/mdc/lproc_mdc.c
@@ -38,6 +38,7 @@
#include <linux/vfs.h>
#include "../include/obd_class.h"
#include "../include/lprocfs_status.h"
+#include "mdc_internal.h"
static int mdc_max_rpcs_in_flight_seq_show(struct seq_file *m, void *v)
{
OpenPOWER on IntegriCloud