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

index 3f46aedea42fbb5024f8e9896e380d0051c74132..c75074cb8ad4e372ea9f6f7cc2be777eb8659dda 100644 (file)
@@ -90,6 +90,5 @@
 
 #define NORET_TYPE    /**/
 #define ATTRIB_NORET  __attribute__((noreturn))
-#define NORET_AND     noreturn,
 
 #endif