The patch titled Subject: include/linux/linkage.h: remove unused ATTRIB_NORET macro has been removed from the -mm tree. Its filename was linkage-remove-unused-attrib_noret-macro.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Joe Perches <joe@xxxxxxxxxxx> Subject: include/linux/linkage.h: remove unused ATTRIB_NORET macro The uses have been renamed so delete the unused macro. Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/linkage.h | 2 -- 1 file changed, 2 deletions(-) diff -puN include/linux/linkage.h~linkage-remove-unused-attrib_noret-macro include/linux/linkage.h --- a/include/linux/linkage.h~linkage-remove-unused-attrib_noret-macro +++ a/include/linux/linkage.h @@ -88,6 +88,4 @@ #endif -#define ATTRIB_NORET __attribute__((noreturn)) - #endif _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are origin.patch linux-next.patch maintainers-staging-cx25821-add-l-linux-media.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html