lkml.org 
[lkml]   [2004]   [Feb]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] Fix typo in ppc32 build
From
Date
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 14:00    [W:3.580 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site