diff options
Diffstat (limited to 'scripts/kernel-doc')
-rwxr-xr-x | scripts/kernel-doc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index 6c18a14386a4..26146cbaa504 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
@@ -1624,7 +1624,6 @@ sub dump_function($$) { | |||
1624 | 1624 | ||
1625 | $prototype =~ s/^static +//; | 1625 | $prototype =~ s/^static +//; |
1626 | $prototype =~ s/^extern +//; | 1626 | $prototype =~ s/^extern +//; |
1627 | $prototype =~ s/^fastcall +//; | ||
1628 | $prototype =~ s/^asmlinkage +//; | 1627 | $prototype =~ s/^asmlinkage +//; |
1629 | $prototype =~ s/^inline +//; | 1628 | $prototype =~ s/^inline +//; |
1630 | $prototype =~ s/^__inline__ +//; | 1629 | $prototype =~ s/^__inline__ +//; |