diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-12-30 10:20:08 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-01-02 20:43:26 +0100 |
commit | 521b0c774d1350aac18f5cd35831469a4e879d72 (patch) | |
tree | 6493102fb3025037a14d7283eebb797fb2ccb97c /scripts | |
parent | acc08b516f25b79cfcff310e51d95048bfcf7b0d (diff) |
kbuild: drop debugging leftover in tags.sh
Noticed by Jike.
Reported-by: "Jike Song" <albcamus@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
-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() exuberant() { - all_sources > all all_sources | xargs $1 -a \ -I __initdata,__exitdata,__acquires,__releases \ -I __read_mostly,____cacheline_aligned \ |