From patchwork Tue Dec 13 10:03:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [02/17] UAPI: Don't include linux/compat.h in sparc's asm/siginfo.h Date: Tue, 13 Dec 2011 00:03:58 -0000 From: David Howells X-Patchwork-Id: 131041 Message-Id: <1323770653-19177-3-git-send-email-dhowells@redhat.com> To: sfr@canb.auug.org.au, torvalds@linux-foundation.org Cc: arnd@arndb.de, dhowells@redhat.com, alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, "David S. Miller" , sparclinux@vger.kernel.org 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 Acked-by: David S. Miller --- arch/sparc/include/asm/siginfo.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/sparc/include/asm/siginfo.h b/arch/sparc/include/asm/siginfo.h index 988e5d8..215900f 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;