Bladeren bron

kernel-doc: remove fastcall

fastcall is gone from the tree, no need to adjust the function prototypes
anymore for this.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Harvey Harrison 17 jaren geleden
bovenliggende
commit
34ff8a52fa
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0 1
      scripts/kernel-doc

+ 0 - 1
scripts/kernel-doc

@@ -1624,7 +1624,6 @@ sub dump_function($$) {
 
 
     $prototype =~ s/^static +//;
     $prototype =~ s/^static +//;
     $prototype =~ s/^extern +//;
     $prototype =~ s/^extern +//;
-    $prototype =~ s/^fastcall +//;
     $prototype =~ s/^asmlinkage +//;
     $prototype =~ s/^asmlinkage +//;
     $prototype =~ s/^inline +//;
     $prototype =~ s/^inline +//;
     $prototype =~ s/^__inline__ +//;
     $prototype =~ s/^__inline__ +//;