]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
include/linux/linkage.h: remove unused ATTRIB_NORET macro
authorJoe Perches <joe@perches.com>
Wed, 16 Nov 2011 23:41:32 +0000 (10:41 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 17 Nov 2011 02:57:13 +0000 (13:57 +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