diff options
author | Joe Perches <joe@perches.com> | 2012-01-13 01:17:25 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-13 04:13:03 (GMT) |
commit | 0d259cf8190b9c446eefd5225ffcc3941e76a432 (patch) | |
tree | 6a0b92845f506c1f03fad5acdedd46d90b5f852c | |
parent | ff2d8b19a3a62559afba1c53360c8577a7697714 (diff) | |
download | linux-0d259cf8190b9c446eefd5225ffcc3941e76a432.tar.xz |
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>
-rw-r--r-- | include/linux/linkage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/linkage.h b/include/linux/linkage.h index 6a8f252..807f1e5 100644 --- a/include/linux/linkage.h +++ b/include/linux/linkage.h @@ -88,6 +88,4 @@ #endif -#define ATTRIB_NORET __attribute__((noreturn)) - #endif |