diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/kernel-doc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index 00d1ad19b2cc..7bc53a94faa9 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
@@ -1518,6 +1518,9 @@ sub dump_function($$) { | |||
1518 | $prototype =~ s/^asmlinkage +//; | 1518 | $prototype =~ s/^asmlinkage +//; |
1519 | $prototype =~ s/^inline +//; | 1519 | $prototype =~ s/^inline +//; |
1520 | $prototype =~ s/^__inline__ +//; | 1520 | $prototype =~ s/^__inline__ +//; |
1521 | $prototype =~ s/^__inline +//; | ||
1522 | $prototype =~ s/^__always_inline +//; | ||
1523 | $prototype =~ s/^noinline +//; | ||
1521 | $prototype =~ s/__devinit +//; | 1524 | $prototype =~ s/__devinit +//; |
1522 | $prototype =~ s/^#define +//; #ak added | 1525 | $prototype =~ s/^#define +//; #ak added |
1523 | $prototype =~ s/__attribute__ \(\([a-z,]*\)\)//; | 1526 | $prototype =~ s/__attribute__ \(\([a-z,]*\)\)//; |