Skip to content

Commit

Permalink
include/linux/linkage.h: remove unused NORET_AND macro
Browse files Browse the repository at this point in the history
The only use in kernel.h is gone so remove the macro.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Jan 13, 2012
1 parent 4da4785 commit 80bf007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/linkage.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,5 @@

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

#endif

0 comments on commit 80bf007

Please sign in to comment.