Commit c6d2ea92 authored by Stephen Rothwell's avatar Stephen Rothwell

powerpc: move iSeries/HvCallPci.h to platforms/iseries/call_pci.h

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent 0e29bb1a
......@@ -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 */
......@@ -38,10 +38,10 @@
#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];
......
......@@ -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;
......
......@@ -32,10 +32,10 @@
#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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment