From 994b2ff2b2ae41b655a5390ba5f9ba1780807561 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Thu, 17 Nov 2011 10:41:32 +1100 Subject: [PATCH] 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 --- include/linux/linkage.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5