Browse Source

PM / docs: Drop confusing kernel-doc references from infrastructure.rst

The references to drivers/base/power/main.c and
drivers/acpi/scan.c from Documentation/driver-api/infrastructure.rst
are confusing.  They both cause descriptions of functions that are
not relevant to device drivers at all to be generated and none of
them is sufficient to cover the API in a meaningful way.

Drop them for now.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Rafael J. Wysocki 8 years ago
parent
commit
6e092c8c04
1 changed files with 0 additions and 15 deletions
  1. 0 15
      Documentation/driver-api/infrastructure.rst

+ 0 - 15
Documentation/driver-api/infrastructure.rst

@@ -55,21 +55,6 @@ Device Drivers DMA Management
 .. kernel-doc:: drivers/base/dma-mapping.c
 .. kernel-doc:: drivers/base/dma-mapping.c
    :export:
    :export:
 
 
-Device Drivers Power Management
--------------------------------
-
-.. kernel-doc:: drivers/base/power/main.c
-   :export:
-
-Device Drivers ACPI Support
----------------------------
-
-.. kernel-doc:: drivers/acpi/scan.c
-   :export:
-
-.. kernel-doc:: drivers/acpi/scan.c
-   :internal:
-
 Device drivers PnP support
 Device drivers PnP support
 --------------------------
 --------------------------