Skip to content

Commit

Permalink
include/linux/linkage.h: remove unused ATTRIB_NORET macro
Browse files Browse the repository at this point in the history
The uses have been renamed so delete the unused 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 ff2d8b1 commit 0d259cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/linkage.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,4 @@

#endif

#define ATTRIB_NORET __attribute__((noreturn))

#endif

0 comments on commit 0d259cf

Please sign in to comment.