From 576eb39a6bff6c218b073e8474ea2237812a6cac Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 25 Jun 2014 14:57:28 +1000 Subject: [PATCH] staging: lustre: llite: llite_capa.c - fixed warning to use recomended headers - this fixes "WARNING: Use #include instead of " Signed-off-by: Anil Belur Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/lustre/llite/llite_capa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/llite/llite_capa.c b/drivers/staging/lustre/lustre/llite/llite_capa.c index 7ed45a4e4e0..2f11cbf5639 100644 --- a/drivers/staging/lustre/lustre/llite/llite_capa.c +++ b/drivers/staging/lustre/lustre/llite/llite_capa.c @@ -41,7 +41,7 @@ #define DEBUG_SUBSYSTEM S_LLITE #include -#include +#include #include #include -- 2.46.0