1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

linux-kernel: Removes bcm2835_mmal_v4l2_camera_driver patch

The patch was only required for kernel 4.16.
This commit is contained in:
Bastian Köcher 2018-08-06 10:12:57 +02:00 committed by Tuomas Tynkkynen
parent fcf067a1aa
commit fb33305423
2 changed files with 0 additions and 12 deletions

View file

@ -48,17 +48,6 @@ rec {
};
};
# https://patchwork.kernel.org/patch/9626797/
# Should be included in 4.17, so this patch can be dropped when 4.16 becomes obsolete.
bcm2835_mmal_v4l2_camera_driver = rec {
name = "bcm2835_mmal_v4l2_camera_driver";
patch = fetchpatch {
name = name + ".patch";
url = https://patchwork.kernel.org/patch/9626797/raw/;
sha256 = "0iwb0yxsf95zv4qxkvlvhqfmzx0rk13g9clvxsharvwkb4w5lwa0";
};
};
# https://github.com/NixOS/nixpkgs/issues/42755
xen-netfront_fix_mismatched_rtnl_unlock = rec {
name = "xen-netfront_fix_mismatched_rtnl_unlock";

View file

@ -13842,7 +13842,6 @@ with pkgs;
# when adding a new linux version
# kernelPatches.cpu-cgroup-v2."4.11"
kernelPatches.modinst_arg_list_too_long
kernelPatches.bcm2835_mmal_v4l2_camera_driver # Only needed for 4.16!
];
};