commit | f157d807b9fe44afa19e476b52d791a7377d9ad2 | [log] [tgz] |
---|---|---|
author | Ioan-Adrian Ratiu <adi@adirat.com> | Fri Aug 14 12:57:06 2015 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 14 18:51:18 2015 -0700 |
tree | 3c88a67a5e0261a281798469d00deb68be900775 | |
parent | 94a99b46116e82aee359265a1ce48ebffe37a479 [diff] |
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>