X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fkernel-doc;h=26146cbaa504dcf698fd8b4cfe89cb5902029b6a;hb=3a2d5b700132f35401f1d9e22fe3c2cab02c2549;hp=6c18a14386a4da0a467fe8832c2d7b60c08430ea;hpb=ab1ecbabb1c7b1599b1eb70c291407c557ea4ef3;p=linux-2.6 diff --git a/scripts/kernel-doc b/scripts/kernel-doc index 6c18a14386..26146cbaa5 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -1624,7 +1624,6 @@ sub dump_function($$) { $prototype =~ s/^static +//; $prototype =~ s/^extern +//; - $prototype =~ s/^fastcall +//; $prototype =~ s/^asmlinkage +//; $prototype =~ s/^inline +//; $prototype =~ s/^__inline__ +//;