[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1441666608-30349-1-git-send-email-anders.fridlund@gmail.com>
Date: Tue, 8 Sep 2015 00:56:48 +0200
From: Anders Fridlund <anders.fridlund@...il.com>
To: oleg.drokin@...el.com, andreas.dilger@...el.com
Cc: gregkh@...uxfoundation.org, Julia.Lawall@...6.fr, hannac@...edu,
joe@...ches.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org,
Anders Fridlund <anders.fridlund@...il.com>
Subject: [PATCH] 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@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists