]> err.no Git - linux-2.6/blobdiff - scripts/kernel-doc
PM: Introduce PM_EVENT_HIBERNATE callback state
[linux-2.6] / scripts / kernel-doc
index 6c18a14386a4da0a467fe8832c2d7b60c08430ea..26146cbaa504dcf698fd8b4cfe89cb5902029b6a 100755 (executable)
@@ -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__ +//;