aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m32r
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-01-30 13:31:17 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:31:17 +0100
commit56c4da454de1264e381256f658f61b9ef690dd21 (patch)
tree51c57b07cda376f93db3032f24e9a28fba834573 /include/asm-m32r
parentx86: remove last users of FASTCALL (diff)
downloadlinux-dev-56c4da454de1264e381256f658f61b9ef690dd21.tar.xz
linux-dev-56c4da454de1264e381256f658f61b9ef690dd21.zip
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 'include/asm-m32r')
-rw-r--r--include/asm-m32r/signal.h2
1 files changed, 1 insertions, 1 deletions
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 {
#undef __HAVE_ARCH_SIG_BITOPS
struct pt_regs;
-extern int FASTCALL(do_signal(struct pt_regs *regs, sigset_t *oldset));
+extern int do_signal(struct pt_regs *regs, sigset_t *oldset);
#define ptrace_signal_deliver(regs, cookie) do { } while (0)