staging: lustre: ptlrpc: add missing include directive
authorIoan-Adrian Ratiu <adi@adirat.com>
Fri, 14 Aug 2015 09:57:06 +0000 (12:57 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Aug 2015 01:51:18 +0000 (18:51 -0700)
commitf157d807b9fe44afa19e476b52d791a7377d9ad2
tree3c88a67a5e0261a281798469d00deb68be900775
parent94a99b46116e82aee359265a1ce48ebffe37a479
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>
drivers/staging/lustre/lustre/ptlrpc/pack_generic.c