Skip to content
Snippets Groups Projects
Commit e1dc1bfe authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

modpost: remove more symbol patterns from the section check whitelist


These symbol patterns were whitelisted to allow them to reference to
functions with the old __devinit and __devexit annotations.

We stopped doing this a long time ago, for example, commit 6f039790
("Drivers: scsi: remove __dev* attributes.") remove those annotations
from the scsi drivers.

Keep *_ops, *_probe, and *_console, otherwise they will really cause
section mismatch warnings.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 50cccec1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment