rpms/kernel/devel config-powerpc32-generic, 1.10, 1.11 kernel.spec, 1.647, 1.648 linux-2.6-compile-fixes.patch, 1.162, 1.163

Dave Jones (davej) fedora-extras-commits at redhat.com
Thu May 22 16:59:32 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18808

Modified Files:
	config-powerpc32-generic kernel.spec 
	linux-2.6-compile-fixes.patch 
Log Message:
Fix gianfar build.


Index: config-powerpc32-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc32-generic,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- config-powerpc32-generic	17 May 2008 06:19:41 -0000	1.10
+++ config-powerpc32-generic	22 May 2008 16:58:36 -0000	1.11
@@ -14,8 +14,7 @@
 
 # CONFIG_PPC_MPC5200_SIMPLE is not set
 CONFIG_SATA_FSL=m
-# temporarily disabled
-# CONFIG_GIANFAR is not set
+CONFIG_GIANFAR=m
 CONFIG_GFAR_NAPI=y
 CONFIG_USB_EHCI_FSL=y
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.647
retrieving revision 1.648
diff -u -r1.647 -r1.648
--- kernel.spec	22 May 2008 16:54:55 -0000	1.647
+++ kernel.spec	22 May 2008 16:58:36 -0000	1.648
@@ -1771,6 +1771,9 @@
 
 %changelog
 * Thu May 22 2008 Dave Jones <davej at redhat.com>
+- Fix gianfar build.
+
+* Thu May 22 2008 Dave Jones <davej at redhat.com>
 - 2.6.26-rc3-git4
 
 * Wed May 21 2008 John W. Linville <linville at redhat.com>

linux-2.6-compile-fixes.patch:

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- linux-2.6-compile-fixes.patch	9 Apr 2008 04:28:26 -0000	1.162
+++ linux-2.6-compile-fixes.patch	22 May 2008 16:58:36 -0000	1.163
@@ -4,3 +4,36 @@
 # Please add the errors from gcc before the diffs to save others having
 # to do a compile to figure out what your diff is fixing. Thanks.
 #
+
+From: Paul Gortmaker <paul.gortmaker at windriver.com>
+To: netdev at vger.kernel.org
+Cc: davej at redhat.com, afleming at freescale.com, jgarzik at pobox.com,
+        Paul Gortmaker <paul.gortmaker at windriver.com>
+Subject: [PATCH net-2.6] phylib: do EXPORT_SYMBOL on get_phy_id
+Date: Thu, 22 May 2008 12:43:50 -0400
+Message-Id: <1211474630-1728-1-git-send-email-paul.gortmaker at windriver.com>
+
+Commit cac1f3c8 factored out the code for get_phy_id so that it
+could be reused in multiple places.  Turns out that some of the
+users can be modular, so we need to export this symbol as well.
+
+Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
+---
+ drivers/net/phy/phy_device.c |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c
+index ac3c01d..16a0e7d 100644
+--- a/drivers/net/phy/phy_device.c
++++ b/drivers/net/phy/phy_device.c
+@@ -207,6 +207,7 @@ int get_phy_id(struct mii_bus *bus, int addr, u32 *phy_id)
+ 
+ 	return 0;
+ }
++EXPORT_SYMBOL(get_phy_id);
+ 
+ /**
+  * get_phy_device - reads the specified PHY device and returns its @phy_device struct
+-- 
+1.5.4.rc4.gcab31
+




More information about the fedora-extras-commits mailing list