|
@@ -1643,6 +1643,7 @@ sub dump_function($$) {
|
|
$prototype =~ s/^__always_inline +//;
|
|
$prototype =~ s/^__always_inline +//;
|
|
$prototype =~ s/^noinline +//;
|
|
$prototype =~ s/^noinline +//;
|
|
$prototype =~ s/__devinit +//;
|
|
$prototype =~ s/__devinit +//;
|
|
|
|
+ $prototype =~ s/__init +//;
|
|
$prototype =~ s/^#define\s+//; #ak added
|
|
$prototype =~ s/^#define\s+//; #ak added
|
|
$prototype =~ s/__attribute__\s*\(\([a-z,]*\)\)//;
|
|
$prototype =~ s/__attribute__\s*\(\([a-z,]*\)\)//;
|
|
|
|
|