[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1323770653-19177-3-git-send-email-dhowells@redhat.com>
Date: Tue, 13 Dec 2011 10:03:58 +0000
From: David Howells <dhowells@...hat.com>
To: sfr@...b.auug.org.au, torvalds@...ux-foundation.org
Cc: arnd@...db.de, dhowells@...hat.com, alan@...rguk.ukuu.org.uk,
linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>, sparclinux@...r.kernel.org
Subject: [PATCH 02/17] 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@...hat.com>
cc: David S. Miller <davem@...emloft.net>
cc: sparclinux@...r.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 <linux/compat.h>
-
#ifdef CONFIG_COMPAT
struct compat_siginfo;
--
1.7.7.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists