rpms/kernel/devel linux-2.6-compile-fixes.patch,1.155,1.156

Dave Jones (davej) fedora-extras-commits at redhat.com
Sat Jul 21 00:46:25 UTC 2007


Author: davej

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

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
better 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.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- linux-2.6-compile-fixes.patch	21 Jul 2007 00:30:23 -0000	1.155
+++ linux-2.6-compile-fixes.patch	21 Jul 2007 00:46:23 -0000	1.156
@@ -14,13 +14,18 @@
 
 Signed-off-by: Dave Jones <davej at redhat.com>
 
---- linux-2.6.22.noarch/drivers/macintosh/via-pmu.c~	2007-07-20 20:28:59.000000000 -0400
-+++ linux-2.6.22.noarch/drivers/macintosh/via-pmu.c	2007-07-20 20:29:16.000000000 -0400
-@@ -171,6 +171,7 @@ int pmu_battery_count;
- int pmu_cur_battery;
- unsigned int pmu_power_flags = PMU_PWR_AC_PRESENT;
- struct pmu_battery_info pmu_batteries[PMU_MAX_BATTERIES];
-+EXPORT_SYMBOL(pmu_batteries);
- static int query_batt_timer = BATTERY_POLLING_COUNT;
- static struct adb_request batt_req;
- static struct proc_dir_entry *proc_pmu_batt[PMU_MAX_BATTERIES];
+--- linux-2.6.22.noarch/drivers/macintosh/via-pmu.c~	2007-07-20 20:45:27.000000000 -0400
++++ linux-2.6.22.noarch/drivers/macintosh/via-pmu.c	2007-07-20 20:45:52.000000000 -0400
+@@ -2842,10 +2842,10 @@ EXPORT_SYMBOL(pmu_wait_complete);
+ EXPORT_SYMBOL(pmu_suspend);
+ EXPORT_SYMBOL(pmu_resume);
+ EXPORT_SYMBOL(pmu_unlock);
+-#if defined(CONFIG_PM) && defined(CONFIG_PPC32)
++#if defined(CONFIG_PM)
+ EXPORT_SYMBOL(pmu_enable_irled);
+ EXPORT_SYMBOL(pmu_battery_count);
+ EXPORT_SYMBOL(pmu_batteries);
+ EXPORT_SYMBOL(pmu_power_flags);
+-#endif /* CONFIG_PM && CONFIG_PPC32 */
++#endif
+ 




More information about the scm-commits mailing list