linux_5_15: drop fix-amdgpu-5_15 patch

This commit is contained in:
Fabián Heredia Montiel 2023-07-07 21:34:22 -06:00
parent ec01d46c90
commit 0836b331a5
2 changed files with 0 additions and 9 deletions

View file

@ -66,12 +66,4 @@
hash = "sha256-DYPWgraXPNeFkjtuDYkFXHnCJ4yDewrukM2CCAqC2BE=";
};
};
fix-amdgpu-5_15 = {
name = "fix-amdgpu-crash";
patch = fetchpatch {
url = "https://lore.kernel.org/stable/20230628111636.23300-1-mario.limonciello@amd.com/raw";
sha256 = "sha256-eAzy+bMiOJwzssOuvrMu7gmmV3PZezaDuVwwx7zNt6M=";
};
};
}

View file

@ -150,7 +150,6 @@ in {
kernelPatches = [
kernelPatches.bridge_stp_helper
kernelPatches.request_key_helper
kernelPatches.fix-amdgpu-5_15
];
};