Skip to content

Commit

Permalink
docbook: fix 8250 naming in device-drivers
Browse files Browse the repository at this point in the history
8250 driver has been (re)renamed to 8250_core.c by commit
9196d8a. 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>
  • Loading branch information
Vincent Stehlé authored and Jiri Kosina committed Apr 24, 2013
1 parent 59affa5 commit 4cf0cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/DocBook/device-drivers.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 4cf0cec

Please sign in to comment.