summaryrefslogtreecommitdiff
path: root/drivers/hotplug
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2002-05-06 20:58:20 -0700
committerPatrick Mochel <mochel@segfault.osdl.org>2002-05-06 20:58:20 -0700
commit9dd1bc8a643fea7f6234613fa62b6af52e0ed94a (patch)
tree1412998fca978af0551e7c1786ac110921e26a28 /drivers/hotplug
parent2a7b7310fb822fd5e7361d7ef76350abd366c361 (diff)
PCI hotplug drivers
change due to moved location of i386's pci.h
Diffstat (limited to 'drivers/hotplug')
-rw-r--r--drivers/hotplug/cpqphp_core.c2
-rw-r--r--drivers/hotplug/cpqphp_pci.c2
-rw-r--r--drivers/hotplug/ibmphp_core.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hotplug/cpqphp_core.c b/drivers/hotplug/cpqphp_core.c
index bcc9f965d6c6..4aa370ca309c 100644
--- a/drivers/hotplug/cpqphp_core.c
+++ b/drivers/hotplug/cpqphp_core.c
@@ -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 */
diff --git a/drivers/hotplug/cpqphp_pci.c b/drivers/hotplug/cpqphp_pci.c
index dbc5be85ba24..c89a8c64f510 100644
--- a/drivers/hotplug/cpqphp_pci.c
+++ b/drivers/hotplug/cpqphp_pci.c
@@ -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;
diff --git a/drivers/hotplug/ibmphp_core.c b/drivers/hotplug/ibmphp_core.c
index f5fbb2036326..a04ddf1affbc 100644
--- a/drivers/hotplug/ibmphp_core.c
+++ b/drivers/hotplug/ibmphp_core.c
@@ -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)