X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=target%2Flinux%2Flayerscape%2Fpatches-5.4%2F701-net-0084-staging-fsl_qbman-remove-bootmem-header.patch;fp=target%2Flinux%2Flayerscape%2Fpatches-5.4%2F701-net-0084-staging-fsl_qbman-remove-bootmem-header.patch;h=a7e1afc8656c8424ae2fed26ce86a52c7ce44048;hp=0000000000000000000000000000000000000000;hb=cddd4591404fb4c53dc0b3c0b15b942cdbed4356;hpb=d1d2c0b5579ea4f69a42246c9318539d61ba1999 diff --git a/target/linux/layerscape/patches-5.4/701-net-0084-staging-fsl_qbman-remove-bootmem-header.patch b/target/linux/layerscape/patches-5.4/701-net-0084-staging-fsl_qbman-remove-bootmem-header.patch new file mode 100644 index 0000000000..a7e1afc865 --- /dev/null +++ b/target/linux/layerscape/patches-5.4/701-net-0084-staging-fsl_qbman-remove-bootmem-header.patch @@ -0,0 +1,25 @@ +From 1e42763e2e015dd98ee0fbfe30de4c0124251cb1 Mon Sep 17 00:00:00 2001 +From: Camelia Groza +Date: Tue, 9 Oct 2018 17:49:07 +0300 +Subject: [PATCH] staging/fsl_qbman: remove bootmem header + +The bootmem allocator was removed in [1]. The memblock allocator is +supposed to be used directly instead. We already include it. + +[1] afd505b ("mm: remove include/linux/bootmem.h") + +Signed-off-by: Camelia Groza +--- + drivers/staging/fsl_qbman/dpa_sys.h | 1 - + 1 file changed, 1 deletion(-) + +--- a/drivers/staging/fsl_qbman/dpa_sys.h ++++ b/drivers/staging/fsl_qbman/dpa_sys.h +@@ -36,7 +36,6 @@ + #include + #include + #include +-#include + #include + #include + #include