diff options
author | David Howells <dhowells@redhat.com> | 2011-12-12 08:54:35 -0500 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2011-12-12 08:54:35 -0500 |
commit | 070712c6cd8a02e57506ebf52d7c6056d7535b42 (patch) | |
tree | 497ff94a4b0174c24e148a0607673d71f3fe9297 /arch/sparc | |
parent | 8935e13457341841a6a02b8c8f65799f18cf4804 (diff) |
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@redhat.com>
cc: David S. Miller <davem@davemloft.net>
cc: sparclinux@vger.kernel.org
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | 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 988e5d8ed11a..215900fce21b 100644 --- a/arch/sparc/include/asm/siginfo.h +++ b/arch/sparc/include/asm/siginfo.h | |||
@@ -16,8 +16,6 @@ | |||
16 | 16 | ||
17 | #ifdef __KERNEL__ | 17 | #ifdef __KERNEL__ |
18 | 18 | ||
19 | #include <linux/compat.h> | ||
20 | |||
21 | #ifdef CONFIG_COMPAT | 19 | #ifdef CONFIG_COMPAT |
22 | 20 | ||
23 | struct compat_siginfo; | 21 | struct compat_siginfo; |