[kernel] fix htmldoc build for 8250 rename. Patch from Kyle McMartin

Justin M. Forbes jforbes at fedoraproject.org
Mon Apr 1 17:02:43 UTC 2013


commit 0b3625d632fdaa5c2eb76c04b4263782a2b28ad3
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Mon Apr 1 11:55:19 2013 -0500

    fix htmldoc build for 8250 rename. Patch from Kyle McMartin

 htmldoc-build-fix.patch |   16 ++++++++++++++++
 kernel.spec             |    5 +++++
 2 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/htmldoc-build-fix.patch b/htmldoc-build-fix.patch
new file mode 100644
index 0000000..424246c
--- /dev/null
+++ b/htmldoc-build-fix.patch
@@ -0,0 +1,16 @@
+htmldocs will fail, because device-drivers.tmpl references the
+non-existant file 8250.c (which got renamed to 8250_core.c)
+
+Signed-off-by: Kyle McMartin <kyle at redhat.com>
+
+--- a/Documentation/DocBook/device-drivers.tmpl
++++ b/Documentation/DocBook/device-drivers.tmpl
+@@ -227,7 +227,7 @@ X!Isound/sound_firmware.c
+   <chapter id="uart16x50">
+      <title>16x50 UART Driver</title>
+ !Edrivers/tty/serial/serial_core.c
+-!Edrivers/tty/serial/8250/8250.c
++!Edrivers/tty/serial/8250/8250_core.c
+   </chapter>
+ 
+   <chapter id="fbdev">
diff --git a/kernel.spec b/kernel.spec
index d18e1ab..a2f1f25 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -745,6 +745,8 @@ Patch22001: selinux-apply-different-permission-to-ptrace-child.patch
 #rhbz 927469
 Patch23006: fix-child-thread-introspection.patch
 
+Patch23007: htmldoc-build-fix.patch
+
 # END OF PATCH DEFINITIONS
 
 %endif
@@ -1440,6 +1442,8 @@ ApplyPatch mac80211-Dont-restart-sta-timer-if-not-running.patch
 #rhbz 927469
 ApplyPatch fix-child-thread-introspection.patch
 
+ApplyPatch htmldoc-build-fix.patch
+
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2279,6 +2283,7 @@ fi
 * Mon Apr 01 2013 Justin M. Forbes <jforbes at redhat.com> - 3.9.0-0.rc5.git0.1
 - Disable debugging options.
 - Linux v3.9-rc5
+- fix htmldoc build for 8250 rename. Patch from Kyle McMartin
 
 * Mon Apr  1 2013 Peter Robinson <pbrobinson at fedoraproject.org> 
 - Minor ARM LPAE updates


More information about the scm-commits mailing list