commit | bf9a76a470d83355200adaa5d5b55d118f229ecb | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 26 15:39:37 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 26 15:39:37 2020 -0700 |
tree | 9f0a0f06e08c10fb37ae98f13bdbe8de76c6a244 | |
parent | 41ba50b0572e90ed3d24fe4def54567e9050bc47 [diff] |
arch/um: partially revert the conversion to __section() macro A couple of um files ended up not including the header file that defines the __section() macro, and the simplest fix is to just revert the change for those files. Fixes: 33def8498fdd treewide: Convert macro and uses of __section(foo) to __section("foo") Reported-and-tested-by: Guenter Roeck <linux@roeck-us.net> Cc: Joe Perches <joe@perches.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>