diff options
-rw-r--r-- | fs/aio.c | 2 | ||||
-rw-r--r-- | include/asm-m32r/signal.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -397,7 +397,7 @@ void fastcall __put_ioctx(struct kioctx *ctx) | |||
397 | * This prevents races between the aio code path referencing the | 397 | * This prevents races between the aio code path referencing the |
398 | * req (after submitting it) and aio_complete() freeing the req. | 398 | * req (after submitting it) and aio_complete() freeing the req. |
399 | */ | 399 | */ |
400 | static struct kiocb *FASTCALL(__aio_get_req(struct kioctx *ctx)); | 400 | static struct kiocb *__aio_get_req(struct kioctx *ctx); |
401 | static struct kiocb fastcall *__aio_get_req(struct kioctx *ctx) | 401 | static struct kiocb fastcall *__aio_get_req(struct kioctx *ctx) |
402 | { | 402 | { |
403 | struct kiocb *req = NULL; | 403 | struct kiocb *req = NULL; |
diff --git a/include/asm-m32r/signal.h b/include/asm-m32r/signal.h index 937258686ba5..1a607066bc64 100644 --- a/include/asm-m32r/signal.h +++ b/include/asm-m32r/signal.h | |||
@@ -157,7 +157,7 @@ typedef struct sigaltstack { | |||
157 | #undef __HAVE_ARCH_SIG_BITOPS | 157 | #undef __HAVE_ARCH_SIG_BITOPS |
158 | 158 | ||
159 | struct pt_regs; | 159 | struct pt_regs; |
160 | extern int FASTCALL(do_signal(struct pt_regs *regs, sigset_t *oldset)); | 160 | extern int do_signal(struct pt_regs *regs, sigset_t *oldset); |
161 | 161 | ||
162 | #define ptrace_signal_deliver(regs, cookie) do { } while (0) | 162 | #define ptrace_signal_deliver(regs, cookie) do { } while (0) |
163 | 163 | ||