Re: [PATCH] um: include compiler_attributes.h where used

From: Joe Perches
Date: Mon Oct 26 2020 - 09:30:38 EST


On Mon, 2020-10-26 at 12:47 +0100, Johannes Berg wrote:
> From: Johannes Berg <johannes.berg@xxxxxxxxx>
>
> Joe's commit didn't only convert uses of __section(...) to add
> the quotes, but _also_ converted 'raw' uses of __attribute__(())
> for setting the section to use __section, but didn't update the
> includes where necessary. Add them now.

Apologies and thank you.
I believed the robot had done these compilation tests.

> Fixes: 33def8498fdd ("treewide: Convert macro and uses of __section(foo) to __section("foo")")
> Reported-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> Cause-identified-by: Christopher Obbard <chris.obbard@xxxxxxxxxxxxx>
> Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx>