Commit bf89a7c0 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

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>
Acked-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent b69df6cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
 */

#include <linux/remoteproc.h>
#include <linux/slab.h>

#include "remoteproc_internal.h"