diff options
| author | Joe Perches <joe@perches.com> | 2012-01-12 20:17:25 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-12 23:13:03 -0500 |
| commit | 0d259cf8190b9c446eefd5225ffcc3941e76a432 (patch) | |
| tree | 6a0b92845f506c1f03fad5acdedd46d90b5f852c | |
| parent | ff2d8b19a3a62559afba1c53360c8577a7697714 (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>
| -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 6a8f252e49ee..807f1e533226 100644 --- a/include/linux/linkage.h +++ b/include/linux/linkage.h | |||
| @@ -88,6 +88,4 @@ | |||
| 88 | 88 | ||
| 89 | #endif | 89 | #endif |
| 90 | 90 | ||
| 91 | #define ATTRIB_NORET __attribute__((noreturn)) | ||
| 92 | |||
| 93 | #endif | 91 | #endif |
