mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 20:34:23 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
132eacb7fb
commit
80e177380b
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user