Skip to content

Commit

Permalink
Staging: lustre: Include header file that declares lprocfs_mdc_init_vars
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Darshana Padmadas authored and Greg Kroah-Hartman committed Apr 1, 2015
1 parent b5edcf2 commit 171aee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/lustre/lustre/mdc/lproc_mdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 171aee1

Please sign in to comment.