浏览代码

[SPARC64]: Do not include compat.h from asm-sparc64/signal.h any more.

It's not needed, now that all of that stuff is now in
asm/compat_signal.h, and it breaks the build too :-)

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 18 年之前
父节点
当前提交
36d046bbbd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/asm-sparc64/signal.h

+ 0 - 1
include/asm-sparc64/signal.h

@@ -8,7 +8,6 @@
 #ifndef __ASSEMBLY__
 #include <linux/personality.h>
 #include <linux/types.h>
-#include <linux/compat.h>
 #endif
 #endif