summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Simmons2015-06-25 22:59:46 +0200
committerGreg Kroah-Hartman2015-07-07 04:38:05 +0200
commitcbe4f4434ded7f3e581b9f7db34a875d0246210e (patch)
treea59df5e975df90a583305f274a55908db3f2f155
parentstaging: make board support depend on OF_IRQ and CLKDEV_LOOKUP (diff)
downloadkernel-qcow2-linux-cbe4f4434ded7f3e581b9f7db34a875d0246210e.tar.gz
kernel-qcow2-linux-cbe4f4434ded7f3e581b9f7db34a875d0246210e.tar.xz
kernel-qcow2-linux-cbe4f4434ded7f3e581b9f7db34a875d0246210e.zip
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>
-rw-r--r--drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h
index 7125eb955ae5..8a9d4a0de129 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 <asm/irq.h>
#include <linux/crc32.h>
#include <linux/errno.h>
#include <linux/if.h>