<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ChangeSet 1.1790.2.12, 2004/08/02 15:37:32-07:00, greg@kroah.com

[PATCH] PCI Hotplug: fix build warnings due to msleep() patches.

Signed-off-by: Greg Kroah-Hartman &lt;greg@kroah.com&gt;


 drivers/pci/hotplug/cpci_hotplug_core.c |    1 +
 drivers/pci/hotplug/ibmphp_hpc.c        |    1 +
 drivers/pci/hotplug/shpchp_hpc.c        |    1 +
 3 files changed, 3 insertions(+)


diff -Nru a/drivers/pci/hotplug/cpci_hotplug_core.c b/drivers/pci/hotplug/cpci_hotplug_core.c
--- a/drivers/pci/hotplug/cpci_hotplug_core.c	2004-08-23 11:07:48 -07:00
+++ b/drivers/pci/hotplug/cpci_hotplug_core.c	2004-08-23 11:07:48 -07:00
@@ -33,6 +33,7 @@
 #include &lt;linux/init.h&gt;
 #include &lt;linux/interrupt.h&gt;
 #include &lt;linux/smp_lock.h&gt;
+#include &lt;linux/delay.h&gt;
 #include "pci_hotplug.h"
 #include "cpci_hotplug.h"
 
diff -Nru a/drivers/pci/hotplug/ibmphp_hpc.c b/drivers/pci/hotplug/ibmphp_hpc.c
--- a/drivers/pci/hotplug/ibmphp_hpc.c	2004-08-23 11:07:48 -07:00
+++ b/drivers/pci/hotplug/ibmphp_hpc.c	2004-08-23 11:07:48 -07:00
@@ -29,6 +29,7 @@
 
 #include &lt;linux/wait.h&gt;
 #include &lt;linux/time.h&gt;
+#include &lt;linux/delay.h&gt;
 #include &lt;linux/module.h&gt;
 #include &lt;linux/pci.h&gt;
 #include &lt;linux/smp_lock.h&gt;
diff -Nru a/drivers/pci/hotplug/shpchp_hpc.c b/drivers/pci/hotplug/shpchp_hpc.c
--- a/drivers/pci/hotplug/shpchp_hpc.c	2004-08-23 11:07:48 -07:00
+++ b/drivers/pci/hotplug/shpchp_hpc.c	2004-08-23 11:07:48 -07:00
@@ -35,6 +35,7 @@
 #include &lt;linux/vmalloc.h&gt;
 #include &lt;linux/interrupt.h&gt;
 #include &lt;linux/spinlock.h&gt;
+#include &lt;linux/delay.h&gt;
 #include &lt;linux/pci.h&gt;
 #include &lt;asm/system.h&gt;
 #include "shpchp.h"
</pre></body></html>