diff --git a/[refs] b/[refs] index 63e5d2a47a22..cded6dd04bc5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb5e2b379732e1a6ea32392980bb42e0212db842 +refs/heads/master: 74fc5c653c5d0f9d4d70499709a68e61c4acf991 diff --git a/trunk/scripts/kernel-doc b/trunk/scripts/kernel-doc index 88e3934a8b8c..d8f77e26081c 100755 --- a/trunk/scripts/kernel-doc +++ b/trunk/scripts/kernel-doc @@ -1643,6 +1643,7 @@ sub dump_function($$) { $prototype =~ s/^__always_inline +//; $prototype =~ s/^noinline +//; $prototype =~ s/__devinit +//; + $prototype =~ s/__init +//; $prototype =~ s/^#define\s+//; #ak added $prototype =~ s/__attribute__\s*\(\([a-z,]*\)\)//;