aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2012-01-12 17:17:14 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2012-01-12 20:13:02 -0800
commit80bf007f20b16272f210e0803f739f5606cff59d (patch)
tree1d88fc99ec70e05a5452cf9ef54363f964a28da0 /include
parent4da47859956cebdc4c58c38a931e21847458d744 (diff)
include/linux/linkage.h: remove unused NORET_AND macro
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/linkage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/linkage.h b/include/linux/linkage.h
index 3f46aedea42..c75074cb8ad 100644
--- a/include/linux/linkage.h
+++ b/include/linux/linkage.h
@@ -90,6 +90,5 @@
#define NORET_TYPE /**/
#define ATTRIB_NORET __attribute__((noreturn))
-#define NORET_AND noreturn,
#endif