Compiler Attributes: fix comment concerning GCC 4.6
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Mon, 24 Aug 2020 23:25:26 +0000 (01:25 +0200)
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Thu, 27 Aug 2020 07:53:06 +0000 (09:53 +0200)
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 <luc.vanoostenryck@gmail.com>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
include/linux/compiler_attributes.h

index af7a58c19e20320715201e72a6c4f79735ab4bfa..ea7b756b1c8f18d94576a3224c1f0a9c40ad8861 100644 (file)
@@ -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