From: Joe Perches Date: Fri, 13 Jan 2012 01:17:25 +0000 (-0800) Subject: include/linux/linkage.h: remove unused ATTRIB_NORET macro X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0d259cf8190b9c446eefd5225ffcc3941e76a432;p=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 Signed-off-by: Linus Torvalds --- diff --git a/include/linux/linkage.h b/include/linux/linkage.h index 6a8f252e49eee..807f1e5332267 100644 --- a/include/linux/linkage.h +++ b/include/linux/linkage.h @@ -88,6 +88,4 @@ #endif -#define ATTRIB_NORET __attribute__((noreturn)) - #endif