summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/siginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/siginfo.h')
-rw-r--r--include/asm-sh/siginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/siginfo.h b/include/asm-sh/siginfo.h
index aa4354a45..aa6a1c46f 100644
--- a/include/asm-sh/siginfo.h
+++ b/include/asm-sh/siginfo.h
@@ -216,7 +216,7 @@ typedef struct sigevent {
#ifdef __KERNEL__
#include <linux/string.h>
-extern inline void copy_siginfo(siginfo_t *to, siginfo_t *from)
+static inline void copy_siginfo(siginfo_t *to, siginfo_t *from)
{
if (from->si_code < 0)
memcpy(to, from, sizeof(siginfo_t));