From: Luc Van Oostenryck Date: Mon, 24 Aug 2020 23:25:26 +0000 (+0200) Subject: Compiler Attributes: fix comment concerning GCC 4.6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5861af92ff2a2e002449191413c35f3ec5f721fe;p=linux.git Compiler Attributes: fix comment concerning GCC 4.6 GCC 4.6 is not supported anymore, so remove a reference to it, leaving just the part about version prior GCC 5. Signed-off-by: Luc Van Oostenryck Signed-off-by: Miguel Ojeda --- diff --git a/include/linux/compiler_attributes.h b/include/linux/compiler_attributes.h index af7a58c19e203..ea7b756b1c8f1 100644 --- a/include/linux/compiler_attributes.h +++ b/include/linux/compiler_attributes.h @@ -22,7 +22,7 @@ /* * __has_attribute is supported on gcc >= 5, clang >= 2.9 and icc >= 17. - * In the meantime, to support 4.6 <= gcc < 5, we implement __has_attribute + * In the meantime, to support gcc < 5, we implement __has_attribute * by hand. */ #ifndef __has_attribute