|
@@ -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__ +//;
|