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>
This commit is contained in:
parent
b5606c2d44
commit
21534301ea
5 changed files with 3 additions and 11 deletions
|
@ -73,9 +73,4 @@
|
|||
#define ATTRIB_NORET __attribute__((noreturn))
|
||||
#define NORET_AND noreturn,
|
||||
|
||||
#ifndef FASTCALL
|
||||
#define FASTCALL(x) x
|
||||
#define fastcall
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue