diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-03-31 18:17:00 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-04-02 14:17:43 -0600 |
commit | c7e2c0643d7850ff41a0b24d8c11f2a856bb4537 (patch) | |
tree | fa5f1fa5466140cd754bb035d852564a65147ec4 /Documentation/core-api | |
parent | 61c8830bc18dc035fa9d7a9538c735846edbc623 (diff) |
docs-rst: core_api: move driver-specific stuff to drivers_api
There are several stuff there that are actually driver-specific.
Move those to the driver_api book.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/kernel-api.rst | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst index 9a3d3597a6b7..9ec8488319dc 100644 --- a/Documentation/core-api/kernel-api.rst +++ b/Documentation/core-api/kernel-api.rst @@ -228,72 +228,6 @@ MTRR Handling .. kernel-doc:: arch/x86/kernel/cpu/mtrr/main.c :export: -PCI Support Library -------------------- - -.. kernel-doc:: drivers/pci/pci.c - :export: - -.. kernel-doc:: drivers/pci/pci-driver.c - :export: - -.. kernel-doc:: drivers/pci/remove.c - :export: - -.. kernel-doc:: drivers/pci/search.c - :export: - -.. kernel-doc:: drivers/pci/msi.c - :export: - -.. kernel-doc:: drivers/pci/bus.c - :export: - -.. kernel-doc:: drivers/pci/access.c - :export: - -.. kernel-doc:: drivers/pci/irq.c - :export: - -.. kernel-doc:: drivers/pci/htirq.c - :export: - -.. kernel-doc:: drivers/pci/probe.c - :export: - -.. kernel-doc:: drivers/pci/slot.c - :export: - -.. kernel-doc:: drivers/pci/rom.c - :export: - -.. kernel-doc:: drivers/pci/iov.c - :export: - -.. kernel-doc:: drivers/pci/pci-sysfs.c - :internal: - -PCI Hotplug Support Library ---------------------------- - -.. kernel-doc:: drivers/pci/hotplug/pci_hotplug_core.c - :export: - -Firmware Interfaces -=================== - -DMI Interfaces --------------- - -.. kernel-doc:: drivers/firmware/dmi_scan.c - :export: - -EDD Interfaces --------------- - -.. kernel-doc:: drivers/firmware/edd.c - :internal: - Security Framework ================== @@ -372,12 +306,6 @@ Char devices .. kernel-doc:: fs/char_dev.c :export: -Miscellaneous Devices -===================== - -.. kernel-doc:: drivers/char/misc.c - :export: - Clock Framework =============== |