diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-07-25 12:27:12 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-25 12:09:00 -0700 |
commit | a772bbeeea8bc8b5218b8c2171c23a331b730ac9 (patch) | |
tree | 4b566c353ba2cef501f084c737a646f05003d5a4 /drivers/staging/lustre | |
parent | 8e24a32ed15759640516ecd92668197e2f4d686d (diff) | |
download | blackbird-obmc-linux-a772bbeeea8bc8b5218b8c2171c23a331b730ac9.tar.gz blackbird-obmc-linux-a772bbeeea8bc8b5218b8c2171c23a331b730ac9.zip |
staging: lustre: o2iblnd: Remove duplicate inclusion of header file
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/lnet/klnds/o2iblnd/o2iblnd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h index e4626bf82fc7..938df0cf8c64 100644 --- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h +++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h @@ -53,7 +53,6 @@ #include <linux/init.h> #include <linux/fs.h> #include <linux/file.h> -#include <linux/stat.h> #include <linux/list.h> #include <linux/kmod.h> #include <linux/sysctl.h> |