]> Git Repo - linux.git/commitdiff
staging:lustre: remove irq.h from socklnd.h
authorJames Simmons <[email protected]>
Thu, 25 Jun 2015 20:59:46 +0000 (16:59 -0400)
committerGreg Kroah-Hartman <[email protected]>
Tue, 7 Jul 2015 02:38:05 +0000 (19:38 -0700)
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 <[email protected]>
Tested-by: Guenter Roeck <[email protected]>
Tested-by: by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h

index 7125eb955ae50556f6fbd6c011aa1b8671d5f659..8a9d4a0de1298777d522a368a1ca6177cfdee06b 100644 (file)
@@ -31,7 +31,6 @@
 #define DEBUG_PORTAL_ALLOC
 #define DEBUG_SUBSYSTEM S_LND
 
-#include <asm/irq.h>
 #include <linux/crc32.h>
 #include <linux/errno.h>
 #include <linux/if.h>
This page took 0.060335 seconds and 4 git commands to generate.