From: Joe Perches Date: Wed, 30 Nov 2011 04:11:37 +0000 (+1100) Subject: include/linux/linkage.h: remove unused ATTRIB_NORET macro X-Git-Tag: next-20111130~3^2~92 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3772665fb09b86f60d101692eeff3600ebb54174;p=karo-tx-linux.git include/linux/linkage.h: remove unused ATTRIB_NORET macro The uses have been renamed so delete the unused macro. Signed-off-by: Joe Perches Signed-off-by: Andrew Morton --- 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 @@ #endif -#define ATTRIB_NORET __attribute__((noreturn)) - #endif