diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-12-19 21:36:39 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-01-03 00:07:09 +0100 |
commit | 6e092c8c04632dde947208f95537ec6eaaa89d8a (patch) | |
tree | 570b20d85fe27b6d04acf90dcbbebacd59f5255b | |
parent | 0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff) | |
download | linux-6e092c8c04632dde947208f95537ec6eaaa89d8a.tar.gz linux-6e092c8c04632dde947208f95537ec6eaaa89d8a.tar.bz2 linux-6e092c8c04632dde947208f95537ec6eaaa89d8a.zip |
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>
-rw-r--r-- | Documentation/driver-api/infrastructure.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/driver-api/infrastructure.rst b/Documentation/driver-api/infrastructure.rst index 0bb0b5fc9512..6d9ff316b608 100644 --- a/Documentation/driver-api/infrastructure.rst +++ b/Documentation/driver-api/infrastructure.rst @@ -55,21 +55,6 @@ Device Drivers DMA Management .. kernel-doc:: drivers/base/dma-mapping.c :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 -------------------------- |