From: Joe Perches Date: Thu, 8 Dec 2011 04:41:52 +0000 (+1100) Subject: include/linux/linkage.h: remove unused NORET_AND macro X-Git-Tag: next-20111209~3^2~134 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=71526f7ae1b48a47c3e0962ddccb6715e2371567;p=karo-tx-linux.git 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 Signed-off-by: Andrew Morton --- 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 @@ #define NORET_TYPE /**/ #define ATTRIB_NORET __attribute__((noreturn)) -#define NORET_AND noreturn, #endif