]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
include/linux/linkage.h: remove unused ATTRIB_NORET macro
authorJoe Perches <joe@perches.com>
Thu, 8 Dec 2011 04:41:53 +0000 (15:41 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 9 Dec 2011 04:52:40 +0000 (15:52 +1100)
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>
include/linux/linkage.h

index 6a8f252e49eee13929d41b99d3e5c75dadf55fa8..807f1e5332267e6bd776f9591f106b723e1c02ab 100644 (file)
@@ -88,6 +88,4 @@
 
 #endif
 
-#define ATTRIB_NORET  __attribute__((noreturn))
-
 #endif