lkml.org 
[lkml]   [2004]   [Feb]   [12]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] Fix typo in ppc32 build
FromBenjamin Herrenschmidt <>
DateThu, 12 Feb 2004 17:32:49 +1100
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);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:00    [from the cache]
©2003-2008