summaryrefslogtreecommitdiffstats
path: root/scripts/gen-all-syms
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-04-19 04:00:00 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-04-19 04:00:00 +0000
commit46e045034336a2cc90c1798cd7cc07af744ddfd6 (patch)
tree3b9b51fc482e729f663d25333e77fbed9aaa939a /scripts/gen-all-syms
parent31dc59d503a02e84c4de98826452acaeb56dc15a (diff)
Merge with Linux 2.3.99-pre4.
Diffstat (limited to 'scripts/gen-all-syms')
-rw-r--r--scripts/gen-all-syms2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-all-syms b/scripts/gen-all-syms
index d65e196ca..b15b16004 100644
--- a/scripts/gen-all-syms
+++ b/scripts/gen-all-syms
@@ -3,5 +3,5 @@ for i in $*
do
grep "EXPORT_SYMBOL.*(.*)" "$i" \
| sed -e "s/EXPORT_SYMBOL.*(/ /" \
- | sed -e "s/).*$//"
+ | sed -e "s/).*$//" | sed -e "s/^ //"
done