[PATCH] docbook: fix broken serial to tty/serial movement

From: Randy Dunlap
Date: Sat Jan 22 2011 - 22:51:10 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

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@xxxxxxxxxx>
---
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">

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/