Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <jsimmons@infradead.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

James Simmons and committed by
Greg Kroah-Hartman
cbe4f443 59b75000

-1
-1
drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h
··· 31 31 #define DEBUG_PORTAL_ALLOC 32 32 #define DEBUG_SUBSYSTEM S_LND 33 33 34 - #include <asm/irq.h> 35 34 #include <linux/crc32.h> 36 35 #include <linux/errno.h> 37 36 #include <linux/if.h>