|
@@ -1547,7 +1547,7 @@ sub dump_function($$) {
|
|
$prototype =~ s/^noinline +//;
|
|
$prototype =~ s/^noinline +//;
|
|
$prototype =~ s/__devinit +//;
|
|
$prototype =~ s/__devinit +//;
|
|
$prototype =~ s/^#define\s+//; #ak added
|
|
$prototype =~ s/^#define\s+//; #ak added
|
|
- $prototype =~ s/__attribute__ \(\([a-z,]*\)\)//;
|
|
|
|
|
|
+ $prototype =~ s/__attribute__\s*\(\([a-z,]*\)\)//;
|
|
|
|
|
|
# Yes, this truly is vile. We are looking for:
|
|
# Yes, this truly is vile. We are looking for:
|
|
# 1. Return type (may be nothing if we're looking at a macro)
|
|
# 1. Return type (may be nothing if we're looking at a macro)
|