Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvar...
[linux-2.6-microblaze.git] / Documentation / sphinx / parse-headers.pl
index 00a69ac..1910079 100755 (executable)
@@ -110,7 +110,7 @@ while (<IN>) {
            ) {
                my $s = $1;
 
-               $structs{$s} = "struct :c:type:`$s`\\ ";
+               $structs{$s} = "struct $s\\ ";
                next;
        }
 }