summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-03 17:36:58 +0900
committerSimon Glass <sjg@chromium.org>2014-12-15 07:22:56 -0700
commit7cbd74f7484e9a58f7109e74e81002fee029b2f7 (patch)
treea26d6cd67b48cce01c0f7c8b0cc7a05198dc28dd /include/common.h
parente6126a58720ed8e53de93883c3f1572ad3d7b7c3 (diff)
downloadblackbird-obmc-uboot-7cbd74f7484e9a58f7109e74e81002fee029b2f7.tar.gz
blackbird-obmc-uboot-7cbd74f7484e9a58f7109e74e81002fee029b2f7.zip
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 <yamada.m@jp.panasonic.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 0 insertions, 3 deletions
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 <asm/ppc4xx.h>
#endif
-#ifdef CONFIG_ARM
-#define asmlinkage /* nothing */
-#endif
#ifdef CONFIG_BLACKFIN
#include <asm/blackfin.h>
#endif
OpenPOWER on IntegriCloud