aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre
diff options
context:
space:
mode:
authorIoan-Adrian Ratiu <adi@adirat.com>2015-08-14 12:57:06 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-14 18:51:18 -0700
commitf157d807b9fe44afa19e476b52d791a7377d9ad2 (patch)
tree3c88a67a5e0261a281798469d00deb68be900775 /drivers/staging/lustre/lustre
parentstaging: lustre: Do not init global to NULL (diff)
downloadlinux-dev-f157d807b9fe44afa19e476b52d791a7377d9ad2.tar.xz
linux-dev-f157d807b9fe44afa19e476b52d791a7377d9ad2.zip
staging: lustre: ptlrpc: add missing include directive
Without including ptlrpc_internal.h, GCC gives prototype warnings "pack_generic.c:642:5: warning: no previous prototype for ..." and sparse also complains "pack_generic.c:642:5: warning: symbol 'lustre_unpack_req_ptlrpc_body' was not declared. ..." Signed-off-by: Ioan-Adrian Ratiu <adi@adirat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre')
-rw-r--r--drivers/staging/lustre/lustre/ptlrpc/pack_generic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/lustre/lustre/ptlrpc/pack_generic.c b/drivers/staging/lustre/lustre/ptlrpc/pack_generic.c
index 2787bfd67165..84937ad90570 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/pack_generic.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/pack_generic.c
@@ -52,6 +52,8 @@
#include "../include/obd_cksum.h"
#include "../include/lustre/ll_fiemap.h"
+#include "ptlrpc_internal.h"
+
static inline int lustre_msg_hdr_size_v2(int count)
{
return cfs_size_round(offsetof(struct lustre_msg_v2,