1
0
Fork 0

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>
5.4-rM2-2.2.x-imx-squashed
Camelia Groza 2018-10-09 17:49:07 +03:00 committed by Dong Aisheng
parent 299edfcd06
commit 01a63a24ac
1 changed files with 0 additions and 1 deletions

View File

@ -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>