aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2012-01-12 17:17:25 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2012-01-12 20:13:03 -0800
commit0d259cf8190b9c446eefd5225ffcc3941e76a432 (patch)
tree6a0b92845f506c1f03fad5acdedd46d90b5f852c /include
parentff2d8b19a3a62559afba1c53360c8577a7697714 (diff)
include/linux/linkage.h: remove unused ATTRIB_NORET macro
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/linkage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/linkage.h b/include/linux/linkage.h
index 6a8f252e49e..807f1e53322 100644
--- a/include/linux/linkage.h
+++ b/include/linux/linkage.h
@@ -88,6 +88,4 @@
#endif
-#define ATTRIB_NORET __attribute__((noreturn))
-
#endif