rpms/kernel/devel kernel.spec, 1.98, 1.99 linux-2.6-compile-fixes.patch, 1.156, 1.157

Dave Jones (davej) fedora-extras-commits at redhat.com
Sun Aug 19 23:02:54 UTC 2007


Author: davej

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

Modified Files:
	kernel.spec linux-2.6-compile-fixes.patch 
Log Message:
* Sun Aug 19 2007 Dave Jones <davej at redhat.com>
- Remove unneeded compile fix.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- kernel.spec	18 Aug 2007 00:38:16 -0000	1.98
+++ kernel.spec	19 Aug 2007 23:02:19 -0000	1.99
@@ -1754,6 +1754,9 @@
 
 
 %changelog
+* Sun Aug 19 2007 Dave Jones <davej at redhat.com>
+- Remove unneeded compile fix.
+
 * Fri Aug 17 2007 John W. Linville <linville at redhat.com>
 - Update wireless-dev bits (upstream fixes, b43, ssb)
 - mac80211: rate limit WEP bad keyidx message

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.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- linux-2.6-compile-fixes.patch	21 Jul 2007 00:46:23 -0000	1.156
+++ linux-2.6-compile-fixes.patch	19 Aug 2007 23:02:19 -0000	1.157
@@ -5,27 +5,3 @@
 # to do a compile to figure out what your diff is fixing. Thanks.
 #
 
-
-pmu_battery fails to compile as a module.
-
-ERROR: "pmu_batteries" [drivers/power/pmu_battery.ko] undefined!
-ERROR: "pmu_battery_count" [drivers/power/pmu_battery.ko] undefined!
-ERROR: "pmu_power_flags" [drivers/power/pmu_battery.ko] undefined!
-
-Signed-off-by: Dave Jones <davej at redhat.com>
-
---- 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 fedora-extras-commits mailing list