powerpc: Move iSeries_irq.c to powerpc/platorms/iseries
And rename it to irq.c. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
This commit is contained in:
parent
d387899f3f
commit
cb4cf8056e
3 changed files with 2 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
obj-y += hvlog.o hvlpconfig.o lpardata.o setup.o mf.o lpevents.o \
|
||||
hvcall.o proc.o htab.o iommu.o
|
||||
obj-$(CONFIG_PCI) += pci.o
|
||||
obj-$(CONFIG_PCI) += pci.o irq.o
|
||||
|
|
|
@ -363,4 +363,3 @@ void virt_irq_init(void)
|
|||
{
|
||||
return;
|
||||
}
|
||||
|
|
@ -16,8 +16,7 @@ obj-y += vdso32/ vdso64/
|
|||
|
||||
obj-$(CONFIG_PPC_OF) += of_device.o
|
||||
|
||||
pci-obj-$(CONFIG_PPC_ISERIES) += iSeries_irq.o \
|
||||
iSeries_VpdInfo.o
|
||||
pci-obj-$(CONFIG_PPC_ISERIES) += iSeries_VpdInfo.o
|
||||
pci-obj-$(CONFIG_PPC_MULTIPLATFORM) += pci_dn.o pci_direct_iommu.o
|
||||
|
||||
obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y)
|
||||
|
|
Loading…
Reference in a new issue