aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2017-06-03 21:00:58 +0200
committerThomas Gleixner <[email protected]>2017-06-04 15:11:45 +0200
commitf70c80068f073ace4b9071803d2e2691fe0c3d05 (patch)
tree1860301439316432ec05e7ff882fe9a404dc59e1
parentf822798e3ced63427d57d128ee8d118126455f84 (diff)
sparc: Simplify <asm/siginfo.h>
There is no need for the forward declaration of compat_siginfo provided here. We can't yet use the generic header as we need to pull in the sparc-specific version of the uapi <asm/siginfo.h>, but this prepares for removing the non-uapi <asm/siginfo.h> entirely. Signed-off-by: Christoph Hellwig <[email protected]> Acked-by: "David S. Miller" <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: [email protected] Cc: Fenghua Yu <[email protected]> Cc: Tony Luck <[email protected]> Cc: [email protected] Cc: Arnd Bergmann <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected]
-rw-r--r--arch/sparc/include/asm/siginfo.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/sparc/include/asm/siginfo.h b/arch/sparc/include/asm/siginfo.h
index 48c34c19f810..dd2f2fce976b 100644
--- a/arch/sparc/include/asm/siginfo.h
+++ b/arch/sparc/include/asm/siginfo.h
@@ -1,13 +1 @@
-#ifndef __SPARC_SIGINFO_H
-#define __SPARC_SIGINFO_H
-
#include <uapi/asm/siginfo.h>
-
-
-#ifdef CONFIG_COMPAT
-
-struct compat_siginfo;
-
-#endif /* CONFIG_COMPAT */
-
-#endif /* !(__SPARC_SIGINFO_H) */