From: Greg KH To: marcelo@conectiva.com.br Cc: pcihpd-discuss@lists.sourceforge.net Subject: [PATCH 2 of 6] PCI Hotplug Documentation update Hi, Here's a patch against 2.4.19-pre1 that adds the pci hotplug api to the kernel-api documentation. thanks, greg k-h diff -Nru a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile --- a/Documentation/DocBook/Makefile Tue Feb 26 13:19:29 2002 +++ b/Documentation/DocBook/Makefile Tue Feb 26 13:19:29 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 Tue Feb 26 13:19:24 2002 +++ b/Documentation/DocBook/kernel-api.tmpl Tue Feb 26 13:19:24 2002 @@ -162,6 +162,10 @@ PCI Support Library !Edrivers/pci/pci.c + PCI Hotplug Support Library +!Edrivers/hotplug/pci_hotplug_core.c +!Edrivers/hotplug/pci_hotplug_util.c + MCA Architecture MCA Device Functions !Earch/i386/kernel/mca.c