Commit 3f51bed3 authored by Rob Landley's avatar Rob Landley Committed by Linus Torvalds

Fix "make htmldocs" build break.

Fix two htmldocs build breaks, introduced by moving include/linux/usb_gadget.h to
include/linux/usb/gadget.h and combining resume.c and suspend.c into main.c in
drivers/base/power.
Signed-off-by: default avatarRob Landley <rob@landley.net>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e54e54a9
...@@ -144,7 +144,7 @@ with the lowest level (which directly handles hardware). ...@@ -144,7 +144,7 @@ with the lowest level (which directly handles hardware).
<para>This is the lowest software level. <para>This is the lowest software level.
It is the only layer that talks to hardware, It is the only layer that talks to hardware,
through registers, fifos, dma, irqs, and the like. through registers, fifos, dma, irqs, and the like.
The <filename>&lt;linux/usb_gadget.h&gt;</filename> API abstracts The <filename>&lt;linux/usb/gadget.h&gt;</filename> API abstracts
the peripheral controller endpoint hardware. the peripheral controller endpoint hardware.
That hardware is exposed through endpoint objects, which accept That hardware is exposed through endpoint objects, which accept
streams of IN/OUT buffers, and through callbacks that interact streams of IN/OUT buffers, and through callbacks that interact
...@@ -494,7 +494,7 @@ side drivers (and usbcore). ...@@ -494,7 +494,7 @@ side drivers (and usbcore).
<sect1 id="core"><title>Core Objects and Methods</title> <sect1 id="core"><title>Core Objects and Methods</title>
<para>These are declared in <para>These are declared in
<filename>&lt;linux/usb_gadget.h&gt;</filename>, <filename>&lt;linux/usb/gadget.h&gt;</filename>,
and are used by gadget drivers to interact with and are used by gadget drivers to interact with
USB peripheral controller drivers. USB peripheral controller drivers.
</para> </para>
...@@ -509,7 +509,7 @@ USB peripheral controller drivers. ...@@ -509,7 +509,7 @@ USB peripheral controller drivers.
unless the explanations are trivial. unless the explanations are trivial.
--> -->
!Iinclude/linux/usb_gadget.h !Iinclude/linux/usb/gadget.h
</sect1> </sect1>
<sect1 id="utils"><title>Optional Utilities</title> <sect1 id="utils"><title>Optional Utilities</title>
......
...@@ -386,8 +386,7 @@ X!Edrivers/base/interface.c ...@@ -386,8 +386,7 @@ X!Edrivers/base/interface.c
!Edrivers/base/bus.c !Edrivers/base/bus.c
</sect1> </sect1>
<sect1><title>Device Drivers Power Management</title> <sect1><title>Device Drivers Power Management</title>
!Edrivers/base/power/resume.c !Edrivers/base/power/main.c
!Edrivers/base/power/suspend.c
</sect1> </sect1>
<sect1><title>Device Drivers ACPI Support</title> <sect1><title>Device Drivers ACPI Support</title>
<!-- Internal functions only <!-- Internal functions only
......
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