From: David Howells Date: Mon, 12 Dec 2011 13:54:35 +0000 (+0000) Subject: UAPI: Don't include linux/compat.h in sparc's asm/siginfo.h X-Git-Tag: v3.3-rc1~56^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=070712c6cd8a02e57506ebf52d7c6056d7535b42;p=platform%2Fkernel%2Flinux-exynos.git 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 cc: David S. Miller cc: sparclinux@vger.kernel.org --- diff --git a/arch/sparc/include/asm/siginfo.h b/arch/sparc/include/asm/siginfo.h index 988e5d8ed11a..215900fce21b 100644 --- a/arch/sparc/include/asm/siginfo.h +++ b/arch/sparc/include/asm/siginfo.h @@ -16,8 +16,6 @@ #ifdef __KERNEL__ -#include - #ifdef CONFIG_COMPAT struct compat_siginfo;