diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-01-21 23:16:07 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-04 04:55:19 +0100 |
commit | e1b5bb6d1236d4ad2084c53aa83dde7cdf6f8eea (patch) | |
tree | 2431edf19caecce6aad82b4ee4ed2abe45e542e3 /arch/h8300/include/asm/linkage.h | |
parent | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long (diff) | |
download | linux-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.h | 2 |
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 |