From 8fbd18dc2907a717a44cd2228640a4f584c42f7a Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Thu, 8 Dec 2011 15:41:53 +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