Commit e23ba825 authored by Constantine Shulyupin's avatar Constantine Shulyupin Committed by Masahiro Yamada

scripts/tags.sh: add __ro_after_init

Signed-off-by: default avatarConstantine Shulyupin <const@MakeLinux.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 8b247a92
...@@ -245,7 +245,7 @@ exuberant() ...@@ -245,7 +245,7 @@ exuberant()
{ {
setup_regex exuberant asm c setup_regex exuberant asm c
all_target_sources | xargs $1 -a \ all_target_sources | xargs $1 -a \
-I __initdata,__exitdata,__initconst, \ -I __initdata,__exitdata,__initconst,__ro_after_init \
-I __initdata_memblock \ -I __initdata_memblock \
-I __refdata,__attribute,__maybe_unused,__always_unused \ -I __refdata,__attribute,__maybe_unused,__always_unused \
-I __acquires,__releases,__deprecated \ -I __acquires,__releases,__deprecated \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment