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 af7a58c..ea7b756 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