summaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm/linkage.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-01-21 23:16:07 +0100
committerAl Viro <viro@zeniv.linux.org.uk>2013-03-04 04:55:19 +0100
commite1b5bb6d1236d4ad2084c53aa83dde7cdf6f8eea (patch)
tree2431edf19caecce6aad82b4ee4ed2abe45e542e3 /arch/h8300/include/asm/linkage.h
parentteach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long (diff)
downloadlinux-e1b5bb6d1236d4ad2084c53aa83dde7cdf6f8eea.tar.xz
linux-e1b5bb6d1236d4ad2084c53aa83dde7cdf6f8eea.zip
consolidate cond_syscall and SYSCALL_ALIAS declarations
take them to asm/linkage.h, with default in linux/linkage.h Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/h8300/include/asm/linkage.h')
-rw-r--r--arch/h8300/include/asm/linkage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/h8300/include/asm/linkage.h b/arch/h8300/include/asm/linkage.h
index 6f4df7d46180..1d81604fb0ad 100644
--- a/arch/h8300/include/asm/linkage.h
+++ b/arch/h8300/include/asm/linkage.h
@@ -2,7 +2,5 @@
#define _H8300_LINKAGE_H
#undef SYMBOL_NAME_LABEL
-#undef SYMBOL_NAME
#define SYMBOL_NAME_LABEL(_name_) _##_name_##:
-#define SYMBOL_NAME(_name_) _##_name_
#endif