about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2019-04-27 08:08:12 -0400
committerTim Steinbach <tim@nequissimus.com>2019-04-27 08:08:33 -0400
commitc08aa32c906efe746fc1ffb2bdb0c5b9464d4a51 (patch)
treec804c7e7397e7f1d70e804e9462eb33c924dea16 /pkgs/os-specific/linux/kernel/patches.nix
parent264367b15e648fcf7553e51767102196839bdfa1 (diff)
linux: Remove i2c-oops patch
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index e02cd0545a4c6..4c338b37deca9 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -57,8 +57,4 @@ rec {
       sha256 = "1l8xq02rd7vakxg52xm9g4zng0ald866rpgm8kjlh88mwwyjkrwv";
     };
   };
-
-  # Fix kernel OOPS on boot: https://github.com/NixOS/nixpkgs/issues/60126
-  # Remove with the next release.
-  i2c-oops = { name = "i2c-oops"; patch = ./i2c-oops.patch; };
 }