Drop Arm hypervisor patch that caused build failure

I can see how to fix it but it doesn't seem to be important for 3.16.
diff --git a/queue-3.16/arm-8955-1-virt-relax-arch-timer-version-check-during-early-boot.patch b/queue-3.16/arm-8955-1-virt-relax-arch-timer-version-check-during-early-boot.patch
deleted file mode 100644
index c89e54f..0000000
--- a/queue-3.16/arm-8955-1-virt-relax-arch-timer-version-check-during-early-boot.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From: Vladimir Murzin <vladimir.murzin@arm.com>
-Date: Mon, 20 Jan 2020 15:07:46 +0100
-Subject: ARM: 8955/1: virt: Relax arch timer version check during early boot
-
-commit 6849b5eba1965ceb0cad3a75877ef4569dd3638e upstream.
-
-Updates to the Generic Timer architecture allow ID_PFR1.GenTimer to
-have values other than 0 or 1 while still preserving backward
-compatibility. At the moment, Linux is quite strict in the way it
-handles this field at early boot and will not configure arch timer if
-it doesn't find the value 1.
-
-Since here use ubfx for arch timer version extraction (hyb-stub build
-with -march=armv7-a, so it is safe)
-
-To help backports (even though the code was correct at the time of writing)
-
-Fixes: 8ec58be9f3ff ("ARM: virt: arch_timers: enable access to physical timers")
-Acked-by: Marc Zyngier <maz@kernel.org>
-Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
-Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
-Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
----
- arch/arm/kernel/hyp-stub.S | 7 +++----
- 1 file changed, 3 insertions(+), 4 deletions(-)
-
---- a/arch/arm/kernel/hyp-stub.S
-+++ b/arch/arm/kernel/hyp-stub.S
-@@ -144,10 +144,9 @@ ARM_BE8(orr	r7, r7, #(1 << 25))     @ HS
- #if !defined(ZIMAGE) && defined(CONFIG_ARM_ARCH_TIMER)
- 	@ make CNTP_* and CNTPCT accessible from PL1
- 	mrc	p15, 0, r7, c0, c1, 1	@ ID_PFR1
--	lsr	r7, #16
--	and	r7, #0xf
--	cmp	r7, #1
--	bne	1f
-+	ubfx	r7, r7, #16, #4
-+	teq	r7, #0
-+	beq	1f
- 	mrc	p15, 4, r7, c14, c1, 0	@ CNTHCTL
- 	orr	r7, r7, #3		@ PL1PCEN | PL1PCTEN
- 	mcr	p15, 4, r7, c14, c1, 0	@ CNTHCTL
diff --git a/queue-3.16/series b/queue-3.16/series
index 023b478..832f93c 100644
--- a/queue-3.16/series
+++ b/queue-3.16/series
@@ -198,7 +198,6 @@
 hwmon-adt7475-make-volt2reg-return-same-reg-as-reg2volt-input.patch
 arm-8950-1-ftrace-recordmcount-filter-relocation-types.patch
 mmc-sdhci-fix-minimum-clock-rate-for-v3-controller.patch
-arm-8955-1-virt-relax-arch-timer-version-check-during-early-boot.patch
 can-slip-protect-tty-disc_data-in-write_wakeup-and-close-with-rcu.patch
 net-sonic-return-netdev_tx_ok-if-failed-to-map-buffer.patch
 net-sonic-add-mutual-exclusion-for-accessing-shared-state.patch