浏览代码

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>
James Simmons 10 年之前
父节点
当前提交
cbe4f4434d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h

+ 0 - 1
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>