Commit 4c156994 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] <asm/compat-signal.h> needs to include <asm/uaccess.h>.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f8aeb85f
......@@ -5,6 +5,8 @@
#include <linux/compat.h>
#include <linux/compiler.h>
#include <asm/uaccess.h>
static inline int __copy_conv_sigset_to_user(compat_sigset_t __user *d,
const sigset_t *s)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment