]> err.no Git - linux-2.6/commitdiff
powerpc: Move iSeries_VpdInfo.c to powerpc/platforms/iseries
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 27 Sep 2005 16:59:19 +0000 (02:59 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 27 Sep 2005 16:59:19 +0000 (02:59 +1000)
And rename it to vpdinfo.c.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/powerpc/platforms/iseries/Makefile
arch/powerpc/platforms/iseries/vpdinfo.c [moved from arch/ppc64/kernel/iSeries_VpdInfo.c with 98% similarity]
arch/ppc64/kernel/Makefile

index e5d6ab9e30bb6a4a09882905dd07c25224d16fc7..d10305d7ad2f82a45c73641c039a3a4837f42c32 100644 (file)
@@ -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 irq.o
+obj-$(CONFIG_PCI) += pci.o irq.o vpdinfo.o
similarity index 98%
rename from arch/ppc64/kernel/iSeries_VpdInfo.c
rename to arch/powerpc/platforms/iseries/vpdinfo.c
index 5d921792571f59ee3c64cbfe42caf3f679a6b6b7..8b62f3bf1d268517a37f1876bbe3e0abe93db940 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * 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
index 2ff5d490e7256af5307023aa311016ee8104b447..8b2743697c38aa0a23cd14b8ef0def81a68c01df 100644 (file)
@@ -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)