Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 070712c6 authored by David Howells's avatar David Howells
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
cc: David S. Miller <davem@davemloft.net>
cc: sparclinux@vger.kernel.org
parent 8935e134
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@

#ifdef __KERNEL__

#include <linux/compat.h>

#ifdef CONFIG_COMPAT

struct compat_siginfo;