From patchwork Mon Dec 12 15:28:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Howells X-Patchwork-Id: 130769 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4FE391007D1 for ; Tue, 13 Dec 2011 02:38:46 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751098Ab1LLPip (ORCPT ); Mon, 12 Dec 2011 10:38:45 -0500 Received: from warthog.procyon.org.uk ([90.155.74.18]:46617 "EHLO warthog.procyon.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751026Ab1LLPio (ORCPT ); Mon, 12 Dec 2011 10:38:44 -0500 X-Greylist: delayed 589 seconds by postgrey-1.27 at vger.kernel.org; Mon, 12 Dec 2011 10:38:43 EST Received: from warthog.procyon.org.uk (localhost [127.0.0.1]) by warthog.procyon.org.uk (8.14.5/8.14.5) with ESMTP id pBCFSiBO020662; Mon, 12 Dec 2011 15:28:44 GMT Received: (from dhowells@localhost) by warthog.procyon.org.uk (8.14.5/8.14.5/Submit) id pBCFShPt020655; Mon, 12 Dec 2011 15:28:43 GMT From: David Howells To: dhowells@redhat.com Cc: "David S. Miller" , sparclinux@vger.kernel.org Subject: [PATCH 02/17] UAPI: Don't include linux/compat.h in sparc's asm/siginfo.h Date: Mon, 12 Dec 2011 15:28:18 +0000 Message-Id: <1323703713-20382-3-git-send-email-dhowells@redhat.com> X-Mailer: git-send-email 1.7.7.4 In-Reply-To: <1323703713-20382-1-git-send-email-dhowells@redhat.com> References: <1323703713-20382-1-git-send-email-dhowells@redhat.com> Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: 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 --- 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;