about summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2018-08-06 10:12:57 +0200
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-08-06 17:36:18 +0300
commitfb333054231ad8c35785394eb4c988f2019468ea (patch)
treec52d27c06e47817402a1a9712759a5ae1b313a68 /pkgs/os-specific/linux
parentfcf067a1aaa8f2d3fe50681ac6e07c764c8a630a (diff)
downloadnixlib-fb333054231ad8c35785394eb4c988f2019468ea.tar
nixlib-fb333054231ad8c35785394eb4c988f2019468ea.tar.gz
nixlib-fb333054231ad8c35785394eb4c988f2019468ea.tar.bz2
nixlib-fb333054231ad8c35785394eb4c988f2019468ea.tar.lz
nixlib-fb333054231ad8c35785394eb4c988f2019468ea.tar.xz
nixlib-fb333054231ad8c35785394eb4c988f2019468ea.tar.zst
nixlib-fb333054231ad8c35785394eb4c988f2019468ea.zip
linux-kernel: Removes bcm2835_mmal_v4l2_camera_driver patch
The patch was only required for kernel 4.16.
Diffstat (limited to 'pkgs/os-specific/linux')
-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 1a365046f5f3..143671428c41 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -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";