Commit bf02bd9a authored by Michael S. Tsirkin's avatar Michael S. Tsirkin

remoteproc: pull in slab.h

In preparation to virtio header changes, include slab.h directly as
this module is using it.
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 3d820cd4
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <linux/regmap.h> #include <linux/regmap.h>
#include <linux/remoteproc.h> #include <linux/remoteproc.h>
#include <linux/reset.h> #include <linux/reset.h>
#include <linux/slab.h>
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include "remoteproc_internal.h" #include "remoteproc_internal.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment