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

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


Author: davej

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

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
fix for real

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.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- linux-2.6-compile-fixes.patch	7 Nov 2007 21:35:04 -0000	1.158
+++ linux-2.6-compile-fixes.patch	7 Nov 2007 21:55:57 -0000	1.159
@@ -11,8 +11,17 @@
 
 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
+--- linux-2.6.23.noarch/drivers/macintosh/via-pmu.c~	2007-11-07 16:54:46.000000000 -0500
++++ linux-2.6.23.noarch/drivers/macintosh/via-pmu.c	2007-11-07 16:55:02.000000000 -0500
+@@ -2469,7 +2469,7 @@ static int pmu_sleep_valid(suspend_state
+ 		&& (pmac_call_feature(PMAC_FTR_SLEEP_STATE, NULL, 0, -1) >= 0);
+ }
+ 
+-static struct pm_ops pmu_pm_ops = {
++static struct platform_suspend_ops pmu_pm_ops = {
+ 	.prepare = powerbook_prepare_sleep,
+ 	.enter = powerbook_sleep,
+ 	.finish = powerbook_finish_sleep,
 @@ -2478,7 +2478,7 @@ static struct pm_ops pmu_pm_ops = {
  
  static int register_pmu_pm_ops(void)
@@ -22,3 +31,4 @@
  
  	return 0;
  }
+




More information about the fedora-extras-commits mailing list