Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

-2
-2
arch/sparc/include/asm/siginfo.h
··· 16 16 17 17 #ifdef __KERNEL__ 18 18 19 - #include <linux/compat.h> 20 - 21 19 #ifdef CONFIG_COMPAT 22 20 23 21 struct compat_siginfo;