|
@@ -2085,6 +2085,7 @@ sub dump_function($$) {
|
|
$prototype =~ s/^noinline +//;
|
|
$prototype =~ s/^noinline +//;
|
|
$prototype =~ s/__init +//;
|
|
$prototype =~ s/__init +//;
|
|
$prototype =~ s/__init_or_module +//;
|
|
$prototype =~ s/__init_or_module +//;
|
|
|
|
+ $prototype =~ s/__meminit +//;
|
|
$prototype =~ s/__must_check +//;
|
|
$prototype =~ s/__must_check +//;
|
|
$prototype =~ s/__weak +//;
|
|
$prototype =~ s/__weak +//;
|
|
my $define = $prototype =~ s/^#\s*define\s+//; #ak added
|
|
my $define = $prototype =~ s/^#\s*define\s+//; #ak added
|