Przeglądaj źródła

UAPI: Don't include linux/compat.h in sparc's asm/siginfo.h

Don't include linux/compat.h in sparc's asm/siginfo.h as it leads to a circular
dependency:

	asm/siginfo.h -> linux/compat.h -> asm/siginfo.h

Signed-off-by: David Howells <dhowells@redhat.com>
cc: David S. Miller <davem@davemloft.net>
cc: sparclinux@vger.kernel.org
David Howells 13 lat temu
rodzic
commit
070712c6cd
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      arch/sparc/include/asm/siginfo.h

+ 0 - 2
arch/sparc/include/asm/siginfo.h

@@ -16,8 +16,6 @@
 
 #ifdef __KERNEL__
 
-#include <linux/compat.h>
-
 #ifdef CONFIG_COMPAT
 
 struct compat_siginfo;