diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-05-24 13:28:54 +1000 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-05-24 08:55:20 -0400 |
commit | 45e9683e87b69328175df3a9e42039b9892ca47e (patch) | |
tree | d262ec1145865cd7fc91ffacfa3f965796a61021 /include/linux/compat.h | |
parent | 818d8462bb7c717706bcfe994258e2c3710d1fd0 (diff) | |
download | op-kernel-dev-45e9683e87b69328175df3a9e42039b9892ca47e.zip op-kernel-dev-45e9683e87b69328175df3a9e42039b9892ca47e.tar.gz |
compat: include aio_abi.h for aio_context_t
fixes this build error on sparc64 (at least):
In file included from arch/sparc/include/asm/siginfo.h:19,
from include/linux/signal.h:5,
from include/linux/sched.h:73,
from arch/sparc/kernel/asm-offsets.c:13:
include/linux/compat.h:401: error: expected ')' before 'ctx_id'
include/linux/compat.h:406: error: expected ')' before 'ctx_id'
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r-- | include/linux/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 644e1a4..ddcb7db 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h @@ -13,6 +13,7 @@ #include <linux/socket.h> #include <linux/if.h> #include <linux/fs.h> +#include <linux/aio_abi.h> /* for aio_context_t */ #include <asm/compat.h> #include <asm/siginfo.h> |