summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index e7667bf1bc29..c185f60349ae 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -79,17 +79,6 @@
patch = ./rtl8761b-support.patch;
};
- export_kernel_fpu_functions = {
- "4.14" = {
- name = "export_kernel_fpu_functions";
- patch = ./export_kernel_fpu_functions_4_14.patch;
- };
- "5.3" = {
- name = "export_kernel_fpu_functions";
- patch = ./export_kernel_fpu_functions_5_3.patch;
- };
- };
-
export-rt-sched-migrate = {
name = "export-rt-sched-migrate";
patch = ./export-rt-sched-migrate.patch;