From 1fabbd6f65eada35e6bcb088ff8bba48c22e1e07 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Thu, 25 Jul 2013 12:27:22 +0530 Subject: [PATCH] staging: lustre: Remove duplicate header file inclusion in rw26.c Removed the header files included twice. Signed-off-by: Sachin Kamat Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/lustre/llite/rw26.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/lustre/lustre/llite/rw26.c b/drivers/staging/lustre/lustre/llite/rw26.c index 97088e6ddea0..256ee6356b31 100644 --- a/drivers/staging/lustre/lustre/llite/rw26.c +++ b/drivers/staging/lustre/lustre/llite/rw26.c @@ -51,9 +51,6 @@ #include #include #include -#include -#include -#include #include #define DEBUG_SUBSYSTEM S_LLITE -- 2.34.1