Joe Perches 33def8498f treewide: Convert macro and uses of __section(foo) to __section("foo")
Use a more generic form for __section that requires quotes to avoid
complications with clang and gcc differences.

Remove the quote operator # from compiler_attributes.h __section macro.

Convert all unquoted __section(foo) uses to quoted __section("foo").
Also convert __attribute__((section("foo"))) uses to __section("foo")
even if the __attribute__ has multiple list entry forms.

Conversion done using the script at:

    https://lore.kernel.org/lkml/75393e5ddc272dc7403de74d645e6c6e0f4e70eb.camel@perches.com/2-convert_section.pl

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@gooogle.com>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-10-25 14:51:49 -07:00
..
2020-10-16 12:21:15 -07:00
2020-10-16 12:21:15 -07:00
2020-08-07 10:33:50 -07:00
2020-05-28 23:24:36 +10:00
2019-11-18 22:27:51 +11:00
2020-05-28 23:24:36 +10:00
2020-08-11 14:13:24 -07:00
2020-10-08 12:50:52 +11:00
2020-10-07 22:34:47 +11:00
2020-07-27 14:29:23 -04:00
2020-05-28 23:24:36 +10:00
2020-10-16 12:21:15 -07:00
2020-07-23 17:41:36 +10:00
2020-08-07 10:33:50 -07:00
2020-06-09 09:39:13 -07:00
2020-06-12 11:05:52 -07:00
2020-07-20 22:57:58 +10:00
2020-06-05 12:39:30 -07:00
2020-08-07 10:33:50 -07:00
2020-10-06 07:07:03 +02:00
2019-07-13 16:08:36 -07:00
2020-06-02 20:59:20 +10:00
2019-07-13 16:08:36 -07:00
2018-05-25 12:04:43 +10:00
2020-10-06 23:22:26 +11:00
2020-07-27 00:01:32 +10:00
2020-07-23 17:43:44 +10:00
2018-07-30 22:48:21 +10:00
2019-05-01 16:45:05 +10:00
2020-10-24 11:09:13 -07:00