|
@@ -1578,6 +1578,7 @@ sub dump_function($$) {
|
|
$prototype =~ s/__meminit +//;
|
|
$prototype =~ s/__meminit +//;
|
|
$prototype =~ s/__must_check +//;
|
|
$prototype =~ s/__must_check +//;
|
|
$prototype =~ s/__weak +//;
|
|
$prototype =~ s/__weak +//;
|
|
|
|
+ $prototype =~ s/__sched +//;
|
|
my $define = $prototype =~ s/^#\s*define\s+//; #ak added
|
|
my $define = $prototype =~ s/^#\s*define\s+//; #ak added
|
|
$prototype =~ s/__attribute__\s*\(\(
|
|
$prototype =~ s/__attribute__\s*\(\(
|
|
(?:
|
|
(?:
|