Skip to content

Commit

Permalink
UAPI: Don't include linux/compat.h in sparc's asm/siginfo.h
Browse files Browse the repository at this point in the history
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
  • Loading branch information
David Howells committed Dec 12, 2011
1 parent 8935e13 commit 070712c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/sparc/include/asm/siginfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

#ifdef __KERNEL__

#include <linux/compat.h>

#ifdef CONFIG_COMPAT

struct compat_siginfo;
Expand Down

0 comments on commit 070712c

Please sign in to comment.