You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/layerscape/patches-5.4/701-net-0084-staging-fsl_qb...

26 lines
813 B
Diff

From 1e42763e2e015dd98ee0fbfe30de4c0124251cb1 Mon Sep 17 00:00:00 2001
From: Camelia Groza <camelia.groza@nxp.com>
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 <camelia.groza@nxp.com>
---
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 <linux/errno.h>
#include <linux/io.h>
#include <linux/dma-mapping.h>
-#include <linux/bootmem.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/init.h>