aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Stehlé <v-stehle@ti.com>2013-04-24 16:35:10 +0200
committerJiri Kosina <jkosina@suse.cz>2013-04-24 16:35:10 +0200
commit4cf0cec21e3099b54743a6367360797e4fd5af21 (patch)
treef931280cb71741d82db433dcfe45608dd7600cc6
parentpata_pdc2027x: Fix compiler warning (diff)
downloadlinux-dev-4cf0cec21e3099b54743a6367360797e4fd5af21.tar.xz
linux-dev-4cf0cec21e3099b54743a6367360797e4fd5af21.zip
docbook: fix 8250 naming in device-drivers
8250 driver has been (re)renamed to 8250_core.c by commit 9196d8acd7f91758872108958dfded7684628444. Follow that change to fix the following error when building htmldocs: docproc: /work/cross/linux//drivers/tty/serial/8250/8250.c: No such file or directory Acked-by: Rob landley <rob@landley.net> Signed-off-by: Vincent Stehlé <v-stehle@ti.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--Documentation/DocBook/device-drivers.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
index 7514dbf0a679..c36892c072da 100644
--- 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">