diff options
-rwxr-xr-x | scripts/tags.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/tags.sh b/scripts/tags.sh index 4e7547209852..9e3451d2c3a1 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh | |||
@@ -84,7 +84,6 @@ docscope() | |||
84 | 84 | ||
85 | exuberant() | 85 | exuberant() |
86 | { | 86 | { |
87 | all_sources > all | ||
88 | all_sources | xargs $1 -a \ | 87 | all_sources | xargs $1 -a \ |
89 | -I __initdata,__exitdata,__acquires,__releases \ | 88 | -I __initdata,__exitdata,__acquires,__releases \ |
90 | -I __read_mostly,____cacheline_aligned \ | 89 | -I __read_mostly,____cacheline_aligned \ |