All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: lustre: ptlrpc: include ptlrpc_internal.h
@ 2015-09-07 22:56 Anders Fridlund
  0 siblings, 0 replies; only message in thread
From: Anders Fridlund @ 2015-09-07 22:56 UTC (permalink / raw)
  To: oleg.drokin, andreas.dilger
  Cc: gregkh, Julia.Lawall, hannac, joe, devel, linux-kernel, Anders Fridlund

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>
---
 drivers/staging/lustre/lustre/ptlrpc/sec_plain.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c b/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c
index a243db6..d905b77 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c
@@ -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;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-07 22:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-07 22:56 [PATCH] staging: lustre: ptlrpc: include ptlrpc_internal.h Anders Fridlund

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.