remoteproc: pull in slab.h
In preparation to virtio header changes, include slab.h directly as this module is using it. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
3d820cd4e8
commit
bf02bd9ae2
|
@ -19,6 +19,7 @@
|
|||
#include <linux/regmap.h>
|
||||
#include <linux/remoteproc.h>
|
||||
#include <linux/reset.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/workqueue.h>
|
||||
|
||||
#include "remoteproc_internal.h"
|
||||
|
|
Loading…
Reference in New Issue