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