From: James Simmons Date: Thu, 25 Jun 2015 20:59:46 +0000 (-0400) Subject: staging:lustre: remove irq.h from socklnd.h X-Git-Tag: v5.15~15410^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbe4f4434ded7f3e581b9f7db34a875d0246210e;p=platform%2Fkernel%2Flinux-starfive.git staging:lustre: remove irq.h from socklnd.h The header socklnd.h includes irq.h which is not need and doesn't exist in the OpenSFS lustre branch. Having irq.h in socklnd.h does break the build on the m68k platform. So we can safely remove it. Signed-off-by: James Simmons Tested-by: Guenter Roeck Tested-by: by: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h index 7125eb9..8a9d4a0 100644 --- a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h +++ b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h @@ -31,7 +31,6 @@ #define DEBUG_PORTAL_ALLOC #define DEBUG_SUBSYSTEM S_LND -#include #include #include #include