Commit 80bf007f authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds

include/linux/linkage.h: remove unused NORET_AND macro

The only use in kernel.h is gone so remove the macro.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4da47859
......@@ -90,6 +90,5 @@
#define NORET_TYPE /**/
#define ATTRIB_NORET __attribute__((noreturn))
#define NORET_AND noreturn,
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment