diff options
author | Vincent Stehlé <v-stehle@ti.com> | 2013-04-24 16:35:10 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-04-24 16:35:10 +0200 |
commit | 4cf0cec21e3099b54743a6367360797e4fd5af21 (patch) | |
tree | f931280cb71741d82db433dcfe45608dd7600cc6 /Documentation | |
parent | 59affa501e326992adc7470bde721e2d8b13afa7 (diff) | |
download | linux-3.10-4cf0cec21e3099b54743a6367360797e4fd5af21.tar.gz linux-3.10-4cf0cec21e3099b54743a6367360797e4fd5af21.tar.bz2 linux-3.10-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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/device-drivers.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index 7514dbf0a67..c36892c072d 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"> |