mediatek: Add support for Xiaomi Redmi Router AX6S
[openwrt/openwrt.git] / target / linux / layerscape / patches-5.4 / 701-net-0084-staging-fsl_qbman-remove-bootmem-header.patch
1 From 1e42763e2e015dd98ee0fbfe30de4c0124251cb1 Mon Sep 17 00:00:00 2001
2 From: Camelia Groza <camelia.groza@nxp.com>
3 Date: Tue, 9 Oct 2018 17:49:07 +0300
4 Subject: [PATCH] staging/fsl_qbman: remove bootmem header
5
6 The bootmem allocator was removed in [1]. The memblock allocator is
7 supposed to be used directly instead. We already include it.
8
9 [1] afd505b ("mm: remove include/linux/bootmem.h")
10
11 Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
12 ---
13 drivers/staging/fsl_qbman/dpa_sys.h | 1 -
14 1 file changed, 1 deletion(-)
15
16 --- a/drivers/staging/fsl_qbman/dpa_sys.h
17 +++ b/drivers/staging/fsl_qbman/dpa_sys.h
18 @@ -36,7 +36,6 @@
19 #include <linux/errno.h>
20 #include <linux/io.h>
21 #include <linux/dma-mapping.h>
22 -#include <linux/bootmem.h>
23 #include <linux/slab.h>
24 #include <linux/module.h>
25 #include <linux/init.h>