summaryrefslogtreecommitdiffstats
path: root/include/linux/linkage.h
diff options
context:
space:
mode:
authorHarvey Harrison2008-02-14 00:03:17 +0100
committerLinus Torvalds2008-02-14 01:21:18 +0100
commit21534301ea1801783bd88fba2a2e617ee4d2bd28 (patch)
treeee717b7f09dcc21312c0bdcb228e2dbcf9c214fe /include/linux/linkage.h
parentremove final fastcall users (diff)
downloadkernel-qcow2-linux-21534301ea1801783bd88fba2a2e617ee4d2bd28.tar.gz
kernel-qcow2-linux-21534301ea1801783bd88fba2a2e617ee4d2bd28.tar.xz
kernel-qcow2-linux-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/linux/linkage.h')
-rw-r--r--include/linux/linkage.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/linkage.h b/include/linux/linkage.h
index 3faf599ea58e..0592936344c4 100644
--- a/include/linux/linkage.h
+++ b/include/linux/linkage.h
@@ -73,9 +73,4 @@
#define ATTRIB_NORET __attribute__((noreturn))
#define NORET_AND noreturn,
-#ifndef FASTCALL
-#define FASTCALL(x) x
-#define fastcall
-#endif
-
#endif