staging: lustre: ptlrpc: include ptlrpc_internal.h

Remove sparse warning "symbol 'sptlrpc_plain_init' was not declared"
by including ptlrpc_internal.h, which includes sptlrpc_plain_init.

Signed-off-by: Anders Fridlund <anders.fridlund@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Anders Fridlund 2015-09-08 00:56:48 +02:00 committed by Greg Kroah-Hartman
parent b45024edc4
commit 2ced12a7f8
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
#include "../include/obd_class.h"
#include "../include/lustre_net.h"
#include "../include/lustre_sec.h"
#include "ptlrpc_internal.h"
struct plain_sec {
struct ptlrpc_sec pls_base;