diff options
author | Miguel Ojeda <ojeda@kernel.org> | 2021-10-14 16:35:11 +0200 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2021-10-22 00:50:34 +0200 |
commit | d08fd747d0ed682b6c6c280ba454cafcad33563d (patch) | |
tree | 5a3a7de7df953d22cefee8615cf17d2b8536a9bf /include/linux/compiler_attributes.h | |
parent | 519d81956ee277b4419c723adfb154603c2565ba (diff) | |
download | lwn-d08fd747d0ed682b6c6c280ba454cafcad33563d.tar.gz lwn-d08fd747d0ed682b6c6c280ba454cafcad33563d.zip |
Compiler Attributes: remove GCC 5.1 mention
GCC 5.1 is now the minimum version.
Acked-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'include/linux/compiler_attributes.h')
-rw-r--r-- | include/linux/compiler_attributes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/compiler_attributes.h b/include/linux/compiler_attributes.h index e6ec63403965..87d1e773400c 100644 --- a/include/linux/compiler_attributes.h +++ b/include/linux/compiler_attributes.h @@ -104,7 +104,6 @@ #define __deprecated /* - * Optional: only supported since gcc >= 5.1 * Optional: not supported by clang * Optional: not supported by icc * |