linux-testing: Revert build fix for -rc3.

This reverts commit 79bd2b08ee.

The commit was from an upstream commit anyway and has since been applied
to mainline.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-12-11 11:29:49 +01:00
parent ffb72182a6
commit fc6d1471ce
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -19,13 +19,4 @@ import ./generic.nix (args // rec {
# Should the testing kernels ever be built on Hydra?
extraMeta.hydraPlatforms = [];
kernelPatches = stdenv.lib.singleton {
name = "fix-depmod-cycle";
patch = fetchurl {
name = "lustre-remove-IOC_LIBCFS_PING_TEST-ioctl.patch";
url = "https://lkml.org/lkml/diff/2015/11/6/987/1";
sha256 = "0ja9103f4s65fyn5b6z6lggplnm97hhz4rmpfn4m985yqw7zgihd";
};
};
} // (args.argsOverride or {}))