From: Oleg Drokin Date: Wed, 24 Jun 2015 14:07:45 +0000 (-0400) Subject: staging/lustre/lnet: Move asm/irq.h include after linux includes X-Git-Tag: v4.3-rc1~158^2~735 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a82de7ea52e74b39b9e13ec0d6372378181dcfd0;p=platform%2Fkernel%2Flinux-exynos.git staging/lustre/lnet: Move asm/irq.h include after linux includes Apparently m86k cannot build if you include asm/irq.h before linux/* includes and fixing it there is hard. So just move asm/irq.h include to where it does not cause any problems. Thanks to Geert Uytterhoeven for getting to the root of it. Signed-off-by: Oleg Drokin Compile-Tested-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..cb91e68 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 @@ -47,6 +46,7 @@ #include #include #include +#include #include #include