rpms/kernel/devel linux-2.6-compile-fixes.patch,1.157,1.158

Dave Jones (davej) fedora-extras-commits at redhat.com
Wed Nov 7 21:35:08 UTC 2007


Author: davej

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

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
ppc build fix

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.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- linux-2.6-compile-fixes.patch	19 Aug 2007 23:02:19 -0000	1.157
+++ linux-2.6-compile-fixes.patch	7 Nov 2007 21:35:04 -0000	1.158
@@ -5,3 +5,20 @@
 # to do a compile to figure out what your diff is fixing. Thanks.
 #
 
+
+drivers/macintosh/via-pmu.c: In function 'register_pmu_pm_ops':
+drivers/macintosh/via-pmu.c:2481: error: implicit declaration of function 'pm_set_ops'
+
+Signed-off-by Dave Jones <davej at redhat.com>
+
+--- linux-2.6.23.noarch/drivers/macintosh/via-pmu.c~	2007-11-07 16:33:26.000000000 -0500
++++ linux-2.6.23.noarch/drivers/macintosh/via-pmu.c	2007-11-07 16:33:31.000000000 -0500
+@@ -2478,7 +2478,7 @@ static struct pm_ops pmu_pm_ops = {
+ 
+ static int register_pmu_pm_ops(void)
+ {
+-	pm_set_ops(&pmu_pm_ops);
++	suspend_set_ops(&pmu_pm_ops);
+ 
+ 	return 0;
+ }




More information about the fedora-extras-commits mailing list