diff options
author | Rob Landley <rob@landley.net> | 2007-10-17 02:31:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:43:07 -0400 |
commit | 3f51bed3b7b691d873a84e0ba24aadd862bf6033 (patch) | |
tree | 5049bca7506fe6214c503308cc50081b268862ce /Documentation/DocBook/kernel-api.tmpl | |
parent | e54e54a94cde0c2409974a4222ef2eda2e5609c8 (diff) |
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: Rob Landley <rob@landley.net>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/DocBook/kernel-api.tmpl')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 230cbf753782..083258f0eab5 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -386,8 +386,7 @@ X!Edrivers/base/interface.c | |||
386 | !Edrivers/base/bus.c | 386 | !Edrivers/base/bus.c |
387 | </sect1> | 387 | </sect1> |
388 | <sect1><title>Device Drivers Power Management</title> | 388 | <sect1><title>Device Drivers Power Management</title> |
389 | !Edrivers/base/power/resume.c | 389 | !Edrivers/base/power/main.c |
390 | !Edrivers/base/power/suspend.c | ||
391 | </sect1> | 390 | </sect1> |
392 | <sect1><title>Device Drivers ACPI Support</title> | 391 | <sect1><title>Device Drivers ACPI Support</title> |
393 | <!-- Internal functions only | 392 | <!-- Internal functions only |