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>
This commit is contained in:
parent
77a746cec5
commit
34ff8a52fa
1 changed files with 0 additions and 1 deletions
|
@ -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__ +//;
|
||||
|
|
Loading…
Reference in a new issue