From: Joe Perches Date: Thu, 8 Dec 2011 04:41:53 +0000 (+1100) Subject: include/linux/linkage.h: remove unused ATTRIB_NORET macro X-Git-Tag: next-20111214~2^2~118 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d8d741f6cc6da27765e2fb96c98aad5bf2f9bbe0;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