diff --git a/kernel.spec b/kernel.spec index 56309e3c9..3a0d88f3f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -598,8 +598,6 @@ Patch534: 0001-HID-logitech-dj-Fix-forwarding-of-very-long-HID-repo.patch # Fix for broken bluetooth, reverted in upstream stable, not yet in Torvald's tree Patch535: Revert-Bluetooth-Align-minimum-encryption-key-size.patch -Patch550: riscv-arm-fix.patch - # END OF PATCH DEFINITIONS %endif diff --git a/riscv-arm-fix.patch b/riscv-arm-fix.patch deleted file mode 100644 index 1dab29651..000000000 --- a/riscv-arm-fix.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 3bc4911854e30f191164d3e39e5dcc69847435a2 Mon Sep 17 00:00:00 2001 -From: Fedora Kernel Team -Date: Sat, 9 Mar 2019 19:48:06 +0000 -Subject: [PATCH] riscv arm fix - -Signed-off-by: Fedora Kernel Team ---- - drivers/clocksource/Kconfig | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig -index 171502a..ede5d20 100644 ---- a/drivers/clocksource/Kconfig -+++ b/drivers/clocksource/Kconfig -@@ -379,7 +379,7 @@ config ARM_GLOBAL_TIMER - This options enables support for the ARM global timer unit - - config ARM_TIMER_SP804 -- bool "Support for Dual Timer SP804 module" -+ bool "Support for Dual Timer SP804 module" if COMPILE_TEST - depends on GENERIC_SCHED_CLOCK && CLKDEV_LOOKUP - select CLKSRC_MMIO - select TIMER_OF if OF --- -2.21.0.rc1 -