From: NeilBrown Date: Thu, 29 Mar 2018 04:26:48 +0000 (+1100) Subject: staging: lustre: remove unneeded include. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=14cfbd217758c34aba53fcae1ecf064899967a33;p=linux.git staging: lustre: remove unneeded include. cfs_hash usage was removed from cl_object.c some time ago, so remove the #include as well. Signed-off-by: NeilBrown Reviewed-by: James Simmons Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/obdclass/cl_object.c b/drivers/staging/lustre/lustre/obdclass/cl_object.c index 7809f6ae1809e..f1641645acae9 100644 --- a/drivers/staging/lustre/lustre/obdclass/cl_object.c +++ b/drivers/staging/lustre/lustre/obdclass/cl_object.c @@ -53,7 +53,6 @@ #include #include #include -#include /* for cfs_hash stuff */ #include #include #include "cl_internal.h"