Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da3420fc authored by Stephen Rothwell's avatar Stephen Rothwell
Browse files

powerpc: Move iSeries_VpdInfo.c to powerpc/platforms/iseries



And rename it to vpdinfo.c.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent cb4cf805
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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 irq.o
obj-$(CONFIG_PCI) += pci.o irq.o vpdinfo.o
+0 −2
Original line number Diff line number Diff line
/*
 * File iSeries_vpdInfo.c created by Allan Trautman on Fri Feb  2 2001.
 *
 * This code gets the card location of the hardware
 * Copyright (C) 2001  <Allan H Trautman> <IBM Corp>
 * Copyright (C) 2005  Stephen Rothwel, IBM Corp
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ obj-y += vdso32/ vdso64/

obj-$(CONFIG_PPC_OF) +=	of_device.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)