diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/tags.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/tags.sh b/scripts/tags.sh index f1bcfc11cc72..58c455929091 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh | |||
| @@ -149,8 +149,8 @@ dogtags() | |||
| 149 | exuberant() | 149 | exuberant() |
| 150 | { | 150 | { |
| 151 | all_target_sources | xargs $1 -a \ | 151 | all_target_sources | xargs $1 -a \ |
| 152 | -I __initdata,__exitdata,__initconst,__devinitdata \ | 152 | -I __initdata,__exitdata,__initconst, \ |
| 153 | -I __devinitconst,__cpuinitdata,__initdata_memblock \ | 153 | -I __cpuinitdata,__initdata_memblock \ |
| 154 | -I __refdata,__attribute,__maybe_unused,__always_unused \ | 154 | -I __refdata,__attribute,__maybe_unused,__always_unused \ |
| 155 | -I __acquires,__releases,__deprecated \ | 155 | -I __acquires,__releases,__deprecated \ |
| 156 | -I __read_mostly,__aligned,____cacheline_aligned \ | 156 | -I __read_mostly,__aligned,____cacheline_aligned \ |
