aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mn10300/linkage.h
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-02-13 15:03:17 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-13 16:21:18 -0800
commit21534301ea1801783bd88fba2a2e617ee4d2bd28 (patch)
treeee717b7f09dcc21312c0bdcb228e2dbcf9c214fe /include/asm-mn10300/linkage.h
parentremove final fastcall users (diff)
downloadlinux-dev-21534301ea1801783bd88fba2a2e617ee4d2bd28.tar.xz
linux-dev-21534301ea1801783bd88fba2a2e617ee4d2bd28.zip
Final removal of FASTCALL()/fastcall
All users are gone, remove definitions and comments referring to them. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-mn10300/linkage.h')
-rw-r--r--include/asm-mn10300/linkage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-mn10300/linkage.h b/include/asm-mn10300/linkage.h
index 29a32e467523..dda3002a5dfa 100644
--- a/include/asm-mn10300/linkage.h
+++ b/include/asm-mn10300/linkage.h
@@ -13,8 +13,6 @@
/* don't override anything */
#define asmlinkage
-#define FASTCALL(x) x
-#define fastcall
#define __ALIGN .align 4,0xcb
#define __ALIGN_STR ".align 4,0xcb"