Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -90,6 +90,5 @@

#define NORET_TYPE    /**/
#define ATTRIB_NORET  __attribute__((noreturn))
#define NORET_AND     noreturn,

#endif