From: Herbert Xu <herbert@gondor.apana.org.au>

The previous fix causes a syntax error when building:

Working on: /home/gondolin/herbert/src/debian/work/kernel/build/2.6/kernel-source-2.6.5-2.6.5/Documentation/DocBook/parportbook.sgml
jade:/home/gondolin/herbert/src/debian/work/kernel/build/2.6/kernel-source-2.6.5-2.6.5/Documentation/DocBook/parportbook.sgml:4059:2:E: invalid comment declaration: found character "!" outside comment but inside comment declaration
jade:/home/gondolin/herbert/src/debian/work/kernel/build/2.6/kernel-source-2.6.5-2.6.5/Documentation/DocBook/parportbook.sgml:4058:0: comment declaration started here
jade:/home/gondolin/herbert/src/debian/work/kernel/build/2.6/kernel-source-2.6.5-2.6.5/Documentation/DocBook/parportbook.sgml:4059:4:E: character data is not allowed here

This patch removes the offending line completely since that file is probably
not coming back anyway.


---

 25-akpm/Documentation/DocBook/parportbook.tmpl |    1 -
 1 files changed, 1 deletion(-)

diff -puN Documentation/DocBook/parportbook.tmpl~parportbook-build-fix Documentation/DocBook/parportbook.tmpl
--- 25/Documentation/DocBook/parportbook.tmpl~parportbook-build-fix	Tue Apr  6 15:34:38 2004
+++ 25-akpm/Documentation/DocBook/parportbook.tmpl	Tue Apr  6 15:34:38 2004
@@ -2729,9 +2729,6 @@ to permit their use in free software.
  </appendix>
 
 </book>
-<!-- Additional function to be documented:
---! Ddrivers/parport/init.c (this file doesn't exist any more)
--->
 <!-- Local Variables: -->
 <!-- sgml-indent-step: 1 -->
 <!-- sgml-indent-data: 1 -->

_