> $ grep -e __section\(\" -e __section__\(\" -r
>
> arch/um/include/shared/init.h: __attribute__((__section__(".initcall"
> level ".init"))) = fn
>
2. Only use __attribute__((__section__(".section"))) when creating the
section name via C preprocessor (see the definition of __define_initcall
in arch/um/include/shared/init.h).
Who reads commit messages?
/me hides
- Sedat -

