[PATCH] Fix typo in ppc32 build

The patch adding the OF platform entries had a typo ;)

ppc32 needs this.
parent 7a35dff5
...@@ -1039,7 +1039,7 @@ static DEVICE_ATTR(devspec, S_IRUGO, pci_show_devspec, NULL); ...@@ -1039,7 +1039,7 @@ static DEVICE_ATTR(devspec, S_IRUGO, pci_show_devspec, NULL);
#endif /* CONFIG_PPC_OF */ #endif /* CONFIG_PPC_OF */
/* Add sysfs properties */ /* 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 #ifdef CONFIG_PPC_OF
device_create_file(&pdev->dev, &dev_attr_devspec); device_create_file(&pdev->dev, &dev_attr_devspec);
......
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