]> git.hungrycats.org Git - linux/commitdiff
PCI hotplug drivers
authorGreg Kroah-Hartman <greg@kroah.com>
Tue, 7 May 2002 03:58:20 +0000 (20:58 -0700)
committerPatrick Mochel <mochel@segfault.osdl.org>
Tue, 7 May 2002 03:58:20 +0000 (20:58 -0700)
change due to moved location of i386's pci.h

drivers/hotplug/cpqphp_core.c
drivers/hotplug/cpqphp_pci.c
drivers/hotplug/ibmphp_core.c

index bcc9f965d6c66639e9fac6851495ef44df055766..4aa370ca309c5bffa122a1e009e32563f185d6f2 100644 (file)
@@ -38,7 +38,7 @@
 #include <asm/uaccess.h>
 #include "cpqphp.h"
 #include "cpqphp_nvram.h"
-#include "../../arch/i386/kernel/pci/pci.h"    /* horrible hack showing how processor dependant we are... */
+#include "../../arch/i386/pci/pci.h"   /* horrible hack showing how processor dependant we are... */
 
 
 /* Global variables */
index dbc5be85ba24e1bff80409bfb71da8643068be14..c89a8c64f5107e7e18606850da1650aabf045fdd 100644 (file)
@@ -35,7 +35,7 @@
 #include <linux/pci.h>
 #include "cpqphp.h"
 #include "cpqphp_nvram.h"
-#include "../../arch/i386/kernel/pci/pci.h"    /* horrible hack showing how processor dependant we are... */
+#include "../../arch/i386/pci/pci.h"   /* horrible hack showing how processor dependant we are... */
 
 
 u8 cpqhp_nic_irq;
index f5fbb2036326b0d1338d80bf9a747421d40139f5..a04ddf1affbccafc8647647ec9da5027ccd2a581 100644 (file)
@@ -35,7 +35,7 @@
 #include <linux/delay.h>
 #include <linux/wait.h>
 #include <linux/smp_lock.h>
-#include "../../arch/i386/kernel/pci/pci.h"    /* for struct irq_routing_table */
+#include "../../arch/i386/pci/pci.h"   /* for struct irq_routing_table */
 #include "ibmphp.h"
 
 #define attn_on(sl)  ibmphp_hpc_writeslot (sl, HPC_SLOT_ATTNON)