riscv: remove obsolete patch (upstreamed)

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-11-26 21:51:40 +01:00
parent f72820cd8f
commit 24ef14817b
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
2 changed files with 2 additions and 30 deletions

View File

@ -142,7 +142,7 @@ Summary: The Linux kernel
# pkg_release is what we'll fill in for the rpm Release: field
%if 0%{?released_kernel}
%define pkg_release %{fedora_build}%{?buildid}.1.riscv64%{?dist}
%define pkg_release %{fedora_build}%{?buildid}.0.riscv64%{?dist}
%else
@ -157,7 +157,7 @@ Summary: The Linux kernel
%else
%define gittag .git0
%endif
%define pkg_release 0%{?rctag}%{?gittag}.%{fedora_build}%{?buildid}.1.riscv64%{?dist}
%define pkg_release 0%{?rctag}%{?gittag}.%{fedora_build}%{?buildid}.0.riscv64%{?dist}
%endif
@ -624,10 +624,6 @@ Patch502: input-rmi4-remove-the-need-for-artifical-IRQ.patch
# rhbz 1526312 (accelerometer part of the bug), patches pending upstream
Patch504: iio-accel-kxcjk1013-Add-more-hardware-ids.patch
# 600 - RISC-V
Patch600: riscv64-fixes.patch
# END OF PATCH DEFINITIONS
%endif

View File

@ -1,24 +0,0 @@
From df3ef2456c91506d044565d10e98fc020ddc8d92 Mon Sep 17 00:00:00 2001
From: Fedora Kernel Team <kernel-team@fedoraproject.org>
Date: Tue, 20 Nov 2018 08:40:42 +0000
Subject: [PATCH] riscv64 fixes
---
arch/riscv/include/asm/module.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/include/asm/module.h b/arch/riscv/include/asm/module.h
index 349df33..cd2af4b 100644
--- a/arch/riscv/include/asm/module.h
+++ b/arch/riscv/include/asm/module.h
@@ -8,6 +8,7 @@
#define MODULE_ARCH_VERMAGIC "riscv"
+struct module;
u64 module_emit_got_entry(struct module *mod, u64 val);
u64 module_emit_plt_entry(struct module *mod, u64 val);
--
2.19.1