Skip to content

Commit 34ff8a5

Browse files
hharrisonLinus Torvalds
authored andcommitted
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>
1 parent 77a746c commit 34ff8a5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/kernel-doc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,6 @@ sub dump_function($$) {
16241624

16251625
$prototype =~ s/^static +//;
16261626
$prototype =~ s/^extern +//;
1627-
$prototype =~ s/^fastcall +//;
16281627
$prototype =~ s/^asmlinkage +//;
16291628
$prototype =~ s/^inline +//;
16301629
$prototype =~ s/^__inline__ +//;

0 commit comments

Comments
 (0)