Browse Source

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 years ago
parent
commit
070712c6cd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/sparc/include/asm/siginfo.h

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

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