public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in ppc32 build
@ 2004-02-12  6:32 Benjamin Herrenschmidt
  0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-02-12  6:32 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: Linux Kernel list

Hi !

The patch adding the OF platform entries had a typo ;) I sent a
revised patch but apparently you merged the old one. ppc64 is fine
since the G5 patch contains the fix, ppc32 need this:

Cheers,
Ben.

===== arch/ppc/kernel/pci.c 1.37 vs edited =====
--- 1.37/arch/ppc/kernel/pci.c	Tue Feb 10 17:20:41 2004
+++ edited/arch/ppc/kernel/pci.c	Thu Feb 12 17:31:26 2004
@@ -1039,7 +1039,7 @@
 #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);



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-12  6:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-12  6:32 [PATCH] Fix typo in ppc32 build Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox