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>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Michael S. Tsirkin 2020-04-06 20:39:37 -04:00
parent b69df6cd0a
commit bf89a7c021
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
*/
#include <linux/remoteproc.h>
#include <linux/slab.h>
#include "remoteproc_internal.h"