]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Fix typo in ppc32 build
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Feb 2004 15:41:41 +0000 (07:41 -0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Feb 2004 15:41:41 +0000 (07:41 -0800)
The patch adding the OF platform entries had a typo ;)

ppc32 needs this.

arch/ppc/kernel/pci.c

index 3c57648569d8ffcc2f40011d979a2e70f653c942..c551d2ce78f9db0f81cda8845dc6f61b8110a5e4 100644 (file)
@@ -1039,7 +1039,7 @@ static DEVICE_ATTR(devspec, S_IRUGO, pci_show_devspec, NULL);
 #endif /* CONFIG_PPC_OF */
 
 /* Add sysfs properties */
-void pcibios_add_platform_entries(struct pci_dev *dev)
+void pcibios_add_platform_entries(struct pci_dev *pdev)
 {
 #ifdef CONFIG_PPC_OF
        device_create_file(&pdev->dev, &dev_attr_devspec);