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