diff options
-rw-r--r-- | include/linux/linkage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/linkage.h b/include/linux/linkage.h index 3f46aedea42f..c75074cb8ad4 100644 --- a/include/linux/linkage.h +++ b/include/linux/linkage.h | |||
@@ -90,6 +90,5 @@ | |||
90 | 90 | ||
91 | #define NORET_TYPE /**/ | 91 | #define NORET_TYPE /**/ |
92 | #define ATTRIB_NORET __attribute__((noreturn)) | 92 | #define ATTRIB_NORET __attribute__((noreturn)) |
93 | #define NORET_AND noreturn, | ||
94 | 93 | ||
95 | #endif | 94 | #endif |