drop upstream arm-export-read_current_timer.patch

This commit is contained in:
Kyle McMartin 2013-06-13 14:20:28 -04:00
parent f65d528f91
commit 2afa3c7952
2 changed files with 4 additions and 12 deletions

View File

@ -1,10 +0,0 @@
--- linux-3.7.0-0.rc2.git1.2.fc19.x86_64/arch/arm/kernel/armksyms.c.orig 2012-10-01 00:47:46.000000000 +0100
+++ linux-3.7.0-0.rc2.git1.2.fc19.x86_64/arch/arm/kernel/armksyms.c 2012-10-24 09:06:46.570452677 +0100
@@ -50,6 +50,7 @@
/* platform dependent support */
EXPORT_SYMBOL(arm_delay_ops);
+EXPORT_SYMBOL(read_current_timer);
/* networking */
EXPORT_SYMBOL(csum_partial);

View File

@ -695,7 +695,6 @@ Patch15000: nowatchdog-on-virt.patch
# ARM
Patch21000: arm-export-read_current_timer.patch
# lpae
Patch21001: arm-lpae-ax88796.patch
@ -1319,7 +1318,6 @@ ApplyPatch debug-bad-pte-modules.patch
#
# ARM
#
ApplyPatch arm-export-read_current_timer.patch
ApplyPatch arm-lpae-ax88796.patch
ApplyPatch drm-exynos-fix-multiple-definition-build-error.patch
ApplyPatch arm-omap-load-tfp410.patch
@ -2283,6 +2281,10 @@ fi
# ||----w |
# || ||
%changelog
* Thu Jun 13 2013 Kyle McMartin <kyle@redhat.com>
- arm-export-read_current_timer.patch: drop upstream patch
(results in duplicate exports)
* Wed Jun 12 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Minor ARM config updates