diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-07-25 12:27:18 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-25 12:09:01 -0700 |
commit | 2950b2416fd2f38545dde9444878c7982d8fca19 (patch) | |
tree | f6479fa414ac5f8c43de7037f64e7223a48500fb /drivers/staging/lustre | |
parent | 66270ce4e1dc2f129b79db0107eec09c5b37d302 (diff) | |
download | blackbird-obmc-linux-2950b2416fd2f38545dde9444878c7982d8fca19.tar.gz blackbird-obmc-linux-2950b2416fd2f38545dde9444878c7982d8fca19.zip |
staging: lustre: Remove duplicate header file inclusion in dir.c
Removed the header files included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r-- | drivers/staging/lustre/lustre/llite/dir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/dir.c b/drivers/staging/lustre/lustre/llite/dir.c index 002b37448682..2ca8c4534bd5 100644 --- a/drivers/staging/lustre/lustre/llite/dir.c +++ b/drivers/staging/lustre/lustre/llite/dir.c @@ -48,7 +48,6 @@ #define DEBUG_SUBSYSTEM S_LLITE -#include <lustre/lustre_idl.h> #include <obd_support.h> #include <obd_class.h> #include <lustre_lib.h> |