Skip to content

Commit

Permalink
compat: include aio_abi.h for aio_context_t
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and Chris Metcalf committed May 24, 2011
1 parent 818d846 commit 45e9683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 45e9683

Please sign in to comment.