]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/kernel-doc
[PATCH] kernel-doc: drop various "inline" qualifiers
[karo-tx-linux.git] / scripts / kernel-doc
index 00d1ad19b2cc8babe05a17190ca48c5029eae9a1..7bc53a94faa947a7760bb5cf975222497f1bc31c 100755 (executable)
@@ -1518,6 +1518,9 @@ sub dump_function($$) {
     $prototype =~ s/^asmlinkage +//;
     $prototype =~ s/^inline +//;
     $prototype =~ s/^__inline__ +//;
+    $prototype =~ s/^__inline +//;
+    $prototype =~ s/^__always_inline +//;
+    $prototype =~ s/^noinline +//;
     $prototype =~ s/__devinit +//;
     $prototype =~ s/^#define +//; #ak added
     $prototype =~ s/__attribute__ \(\([a-z,]*\)\)//;