diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-01-30 07:31:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:17 -0500 |
commit | 56c4da454de1264e381256f658f61b9ef690dd21 (patch) | |
tree | 51c57b07cda376f93db3032f24e9a28fba834573 /fs | |
parent | 6b7d190b14d478c759be22dcb7ee4695a711b562 (diff) |
core: remove last users of empty FASTCALL macro
FASTCALL is always empty after the x86 removal.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/aio.c | 2 |
1 files changed, 1 insertions, 1 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; |