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-20111213~1^2~130 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ca5523eee28094dba2d7d4004ff82262b4bbb56f;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