projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6126a5
)
ARM: remove redundant asmlinkage define
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Wed, 3 Dec 2014 08:36:58 +0000
(17:36 +0900)
committer
Simon Glass
<sjg@chromium.org>
Mon, 15 Dec 2014 14:22:56 +0000
(07:22 -0700)
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>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index 4f2f303f33647c003ac295ef1af08839d94457ee..80c348660d1bcb9c13b3e89aedf48ea363f206af 100644
(file)
--- 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