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-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=070712c6cd8a02e57506ebf52d7c6056d7535b42;p=~shefty%2Frdma-dev.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 988e5d8ed11..215900fce21 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;