Commit c67687f3 authored by Don Mullis's avatar Don Mullis Committed by Linus Torvalds

[PATCH] fix DocBook build

Fix DocBook build.  Regression was introduced by
gregkh-usb-usb-linux-usb_ch9h-becomes-linux-usb-ch9h.patch

Tested by `make htmldocs`.
Signed-off-by: default avatarDon Mullis <dwm@meer.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 249b061a
...@@ -482,13 +482,13 @@ slightly. ...@@ -482,13 +482,13 @@ slightly.
<para>Gadget drivers <para>Gadget drivers
rely on common USB structures and constants rely on common USB structures and constants
defined in the defined in the
<filename>&lt;linux/usb_ch9.h&gt;</filename> <filename>&lt;linux/usb/ch9.h&gt;</filename>
header file, which is standard in Linux 2.6 kernels. header file, which is standard in Linux 2.6 kernels.
These are the same types and constants used by host These are the same types and constants used by host
side drivers (and usbcore). side drivers (and usbcore).
</para> </para>
!Iinclude/linux/usb_ch9.h !Iinclude/linux/usb/ch9.h
</sect1> </sect1>
<sect1 id="core"><title>Core Objects and Methods</title> <sect1 id="core"><title>Core Objects and Methods</title>
......
...@@ -187,13 +187,13 @@ ...@@ -187,13 +187,13 @@
<chapter><title>USB-Standard Types</title> <chapter><title>USB-Standard Types</title>
<para>In <filename>&lt;linux/usb_ch9.h&gt;</filename> you will find <para>In <filename>&lt;linux/usb/ch9.h&gt;</filename> you will find
the USB data types defined in chapter 9 of the USB specification. the USB data types defined in chapter 9 of the USB specification.
These data types are used throughout USB, and in APIs including These data types are used throughout USB, and in APIs including
this host side API, gadget APIs, and usbfs. this host side API, gadget APIs, and usbfs.
</para> </para>
!Iinclude/linux/usb_ch9.h !Iinclude/linux/usb/ch9.h
</chapter> </chapter>
...@@ -574,7 +574,7 @@ for (;;) { ...@@ -574,7 +574,7 @@ for (;;) {
#include &lt;asm/byteorder.h&gt;</programlisting> #include &lt;asm/byteorder.h&gt;</programlisting>
The standard USB device model requests, from "Chapter 9" of The standard USB device model requests, from "Chapter 9" of
the USB 2.0 specification, are automatically included from the USB 2.0 specification, are automatically included from
the <filename>&lt;linux/usb_ch9.h&gt;</filename> header. the <filename>&lt;linux/usb/ch9.h&gt;</filename> header.
</para> </para>
<para>Unless noted otherwise, the ioctl requests <para>Unless noted otherwise, the ioctl requests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment