LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] docbook: fix broken serial to tty/serial movement
@ 2011-01-23 3:50 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2011-01-23 3:50 UTC (permalink / raw)
To: lkml; +Cc: Linus, gregkh, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix move of drivers/serial/ to drivers/tty/, where it broke
one of the docbook files.
docproc: drivers/serial/serial_core.c: No such file or directory
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
Documentation/DocBook/device-drivers.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- lnx-2638-rc2.orig/Documentation/DocBook/device-drivers.tmpl
+++ lnx-2638-rc2/Documentation/DocBook/device-drivers.tmpl
@@ -217,8 +217,8 @@ X!Isound/sound_firmware.c
<chapter id="uart16x50">
<title>16x50 UART Driver</title>
!Iinclude/linux/serial_core.h
-!Edrivers/serial/serial_core.c
-!Edrivers/serial/8250.c
+!Edrivers/tty/serial/serial_core.c
+!Edrivers/tty/serial/8250.c
</chapter>
<chapter id="fbdev">
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-23 3:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-23 3:50 [PATCH] docbook: fix broken serial to tty/serial movement Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).