diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tags.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/tags.sh b/scripts/tags.sh index 74f02e4dddd2..f1bcfc11cc72 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh | |||
@@ -151,13 +151,14 @@ exuberant() | |||
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,__devinitdata \ |
153 | -I __devinitconst,__cpuinitdata,__initdata_memblock \ | 153 | -I __devinitconst,__cpuinitdata,__initdata_memblock \ |
154 | -I __refdata,__attribute \ | 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 \ |
157 | -I ____cacheline_aligned_in_smp \ | 157 | -I ____cacheline_aligned_in_smp \ |
158 | -I __cacheline_aligned,__cacheline_aligned_in_smp \ | ||
158 | -I ____cacheline_internodealigned_in_smp \ | 159 | -I ____cacheline_internodealigned_in_smp \ |
159 | -I __used,__packed,__packed2__,__must_check,__must_hold \ | 160 | -I __used,__packed,__packed2__,__must_check,__must_hold \ |
160 | -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \ | 161 | -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL,ACPI_EXPORT_SYMBOL \ |
161 | -I DEFINE_TRACE,EXPORT_TRACEPOINT_SYMBOL,EXPORT_TRACEPOINT_SYMBOL_GPL \ | 162 | -I DEFINE_TRACE,EXPORT_TRACEPOINT_SYMBOL,EXPORT_TRACEPOINT_SYMBOL_GPL \ |
162 | -I static,const \ | 163 | -I static,const \ |
163 | --extra=+f --c-kinds=+px \ | 164 | --extra=+f --c-kinds=+px \ |