mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 23:46:14 +01:00
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: Michael Opdenacker <michael.opdenacker@free-electrons.com> Cc: Michal Marek <mmarek@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
9645ae84ef
commit
6cf3a6eff7
1 changed files with 2 additions and 2 deletions
|
|
@ -149,8 +149,8 @@ dogtags()
|
|||
exuberant()
|
||||
{
|
||||
all_target_sources | xargs $1 -a \
|
||||
-I __initdata,__exitdata,__initconst,__devinitdata \
|
||||
-I __devinitconst,__cpuinitdata,__initdata_memblock \
|
||||
-I __initdata,__exitdata,__initconst, \
|
||||
-I __cpuinitdata,__initdata_memblock \
|
||||
-I __refdata,__attribute,__maybe_unused,__always_unused \
|
||||
-I __acquires,__releases,__deprecated \
|
||||
-I __read_mostly,__aligned,____cacheline_aligned \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue