From: Masahiro Yamada Date: Wed, 3 Dec 2014 08:36:58 +0000 (+0900) Subject: ARM: remove redundant asmlinkage define X-Git-Tag: v2025.01-rc5-pxa1908~14162^2 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=7cbd74f7484e9a58f7109e74e81002fee029b2f7;p=u-boot.git ARM: remove redundant asmlinkage define Use asmlinkage defined in include/linux/linkage.h if necessary. Actually no ARM board uses asmlinkage, so this commit has no impact. Signed-off-by: Masahiro Yamada Cc: Albert ARIBAUD --- diff --git a/include/common.h b/include/common.h index 4f2f303f33..80c348660d 100644 --- a/include/common.h +++ b/include/common.h @@ -70,9 +70,6 @@ typedef volatile unsigned char vu_char; #ifdef CONFIG_4xx #include #endif -#ifdef CONFIG_ARM -#define asmlinkage /* nothing */ -#endif #ifdef CONFIG_BLACKFIN #include #endif