Commit 6cf3a6ef authored by Michael Opdenacker's avatar Michael Opdenacker Committed by Michal Marek

scripts/tags.sh: remove obsolete __devinit[const|data]

This removes the use of __devinitconst and __devinitdata in scripts/tags.sh,
which were removed in 3.8.
Signed-off-by: default avatarMichael Opdenacker <michael.opdenacker@free-electrons.com>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 9645ae84
...@@ -149,8 +149,8 @@ dogtags() ...@@ -149,8 +149,8 @@ dogtags()
exuberant() exuberant()
{ {
all_target_sources | xargs $1 -a \ all_target_sources | xargs $1 -a \
-I __initdata,__exitdata,__initconst,__devinitdata \ -I __initdata,__exitdata,__initconst, \
-I __devinitconst,__cpuinitdata,__initdata_memblock \ -I __cpuinitdata,__initdata_memblock \
-I __refdata,__attribute,__maybe_unused,__always_unused \ -I __refdata,__attribute,__maybe_unused,__always_unused \
-I __acquires,__releases,__deprecated \ -I __acquires,__releases,__deprecated \
-I __read_mostly,__aligned,____cacheline_aligned \ -I __read_mostly,__aligned,____cacheline_aligned \
......
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