[PATCH] PCI Hotplug documentation

Greg KH (greg@kroah.com)
Mon, 21 Jan 2002 12:16:29 -0800


Hi,

Here's a patch against 2.5.3-pre2 that adds the pci_hotplug driver core
to the kernel documentation build process.

thanks,

greg k-h

diff -Nru a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
--- a/Documentation/DocBook/Makefile Mon Jan 21 10:48:39 2002
+++ b/Documentation/DocBook/Makefile Mon Jan 21 10:48:39 2002
@@ -93,6 +93,8 @@
$(TOPDIR)/drivers/net/8390.c \
$(TOPDIR)/drivers/char/serial.c \
$(TOPDIR)/drivers/pci/pci.c \
+ $(TOPDIR)/drivers/hotplug/pci_hotplug_core.c \
+ $(TOPDIR)/drivers/hotplug/pci_hotplug_util.c \
$(TOPDIR)/drivers/block/ll_rw_blk.c \
$(TOPDIR)/drivers/sound/sound_core.c \
$(TOPDIR)/drivers/sound/sound_firmware.c \
diff -Nru a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl
--- a/Documentation/DocBook/kernel-api.tmpl Mon Jan 21 10:48:38 2002
+++ b/Documentation/DocBook/kernel-api.tmpl Mon Jan 21 10:48:38 2002
@@ -162,6 +162,10 @@
<sect1><title>PCI Support Library</title>
!Edrivers/pci/pci.c
</sect1>
+ <sect1><title>PCI Hotplug Support Library</title>
+!Edrivers/hotplug/pci_hotplug_core.c
+!Edrivers/hotplug/pci_hotplug_util.c
+ </sect1>
<sect1><title>MCA Architecture</title>
<sect2><title>MCA Device Functions</title>
!Earch/i386/kernel/mca.c

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/