linux: Remove i2c-oops patch

This commit is contained in:
Tim Steinbach
2019-04-27 08:08:33 -04:00
parent 264367b15e
commit c08aa32c90
2 changed files with 0 additions and 16 deletions
@@ -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; };
}