diff options
author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-10-13 19:50:28 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-13 20:15:11 +0300 |
commit | c29722158c29cb5aad60108268cb8649a171c876 (patch) | |
tree | a03f585b4665c58c5e47cc5fc2092b15d699c005 /drivers/staging/lustre | |
parent | 246ed517ebc90469b7f399e12017a4121b6ec2cc (diff) | |
download | linux-c29722158c29cb5aad60108268cb8649a171c876.tar.xz |
Staging: lustre: lov: Remove unused #include header file
Remove lclient.h header since it is not used.
Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r-- | drivers/staging/lustre/lustre/lov/lov_object.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/lov/lov_object.c b/drivers/staging/lustre/lustre/lov/lov_object.c index e67df6416d59..1837bbff76bf 100644 --- a/drivers/staging/lustre/lustre/lov/lov_object.c +++ b/drivers/staging/lustre/lustre/lov/lov_object.c @@ -42,7 +42,6 @@ #define DEBUG_SUBSYSTEM S_LOV #include "lov_cl_internal.h" -#include "../include/lclient.h" /** \addtogroup lov * @{ |