]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: move iSeries/HvCallPci.h to platforms/iseries/call_pci.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 14 Oct 2005 07:16:17 +0000 (17:16 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 14 Oct 2005 07:16:17 +0000 (17:16 +1000)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/powerpc/platforms/iseries/call_pci.h [moved from include/asm-ppc64/iSeries/HvCallPci.h with 98% similarity]
arch/powerpc/platforms/iseries/irq.c
arch/powerpc/platforms/iseries/pci.c
arch/powerpc/platforms/iseries/vpdinfo.c
include/asm-ppc64/pci-bridge.h

similarity index 98%
rename from include/asm-ppc64/iSeries/HvCallPci.h
rename to arch/powerpc/platforms/iseries/call_pci.h
index 17b4840b64b28fc38472a7cc5b0b6e96a4d91850..a86e065b9577a01f1e9d0bd9baa12bbd52324391 100644 (file)
@@ -22,8 +22,8 @@
  *   Created, Jan 9, 2001
  */
 
-#ifndef _HVCALLPCI_H
-#define _HVCALLPCI_H
+#ifndef _PLATFORMS_ISERIES_CALL_PCI_H
+#define _PLATFORMS_ISERIES_CALL_PCI_H
 
 #include <asm/iSeries/HvCallSc.h>
 #include <asm/iSeries/HvTypes.h>
@@ -287,4 +287,4 @@ static inline int HvCallPci_getBusVpd(u16 busNumParm, u64 destParm,
                return xRc & 0xFFFF;
 }
 
-#endif /* _HVCALLPCI_H */
+#endif /* _PLATFORMS_ISERIES_CALL_PCI_H */
index 31fb5fa67fa36ae81700e10b86aa5e3c276b562b..937ac99b9d33bbb0d95ad978a3fe6c0289b2abb2 100644 (file)
 #include <asm/ppcdebug.h>
 #include <asm/iSeries/HvTypes.h>
 #include <asm/iSeries/HvLpEvent.h>
-#include <asm/iSeries/HvCallPci.h>
 #include <asm/iSeries/HvCallXm.h>
 
 #include "irq.h"
+#include "call_pci.h"
 
 /* This maps virtual irq numbers to real irqs */
 unsigned int virt_irq_to_real_map[NR_IRQS];
index d14e9d9d77972e9991c7eaad11a12140472e2c51..959e59fd9c118a3b775691c5425a3c877b4f36d0 100644 (file)
@@ -36,7 +36,6 @@
 #include <asm/iommu.h>
 #include <asm/abs_addr.h>
 
-#include <asm/iSeries/HvCallPci.h>
 #include <asm/iSeries/HvCallXm.h>
 #include <asm/iSeries/mf.h>
 
@@ -44,6 +43,7 @@
 
 #include "irq.h"
 #include "pci.h"
+#include "call_pci.h"
 
 extern unsigned long io_page_mask;
 
index a03984e19c13023b18f65c79c6977dc3657ea618..9c318849dee7a163218ba00bff9dd9ad7ba11c23 100644 (file)
 #include <asm/resource.h>
 #include <asm/abs_addr.h>
 #include <asm/pci-bridge.h>
-#include <asm/iSeries/HvCallPci.h>
 #include <asm/iSeries/HvTypes.h>
 
 #include "pci.h"
+#include "call_pci.h"
 
 /*
  * Size of Bus VPD data
index 0474bdbf556c3cc4ecb8b06018ffbd680f2a0691..1136cb6433bfc43e73756a71478dd671c4e90e7a 100644 (file)
@@ -6,8 +6,6 @@
 #include <linux/pci.h>
 #include <linux/list.h>
 
-#include <asm/iSeries/HvCallPci.h>
-
 /*
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License