From 01a63a24ac9b0ccf261f08bc8c9362f1b9a90cd6 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(-) diff --git a/drivers/staging/fsl_qbman/dpa_sys.h b/drivers/staging/fsl_qbman/dpa_sys.h index e144f5a4f13d..66699426b2cd 100644 --- 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