aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2020-04-09 17:09:35 -0400
committerMichael S. Tsirkin <mst@redhat.com>2020-04-17 06:05:29 -0400
commit3d820cd4e82d1ff74340053fed54c6b89c8cc02b (patch)
treea32d42754e3501606c042977809826a71ee32c51
parentvirtio_input: pull in slab.h (diff)
downloadlinux-dev-3d820cd4e82d1ff74340053fed54c6b89c8cc02b.tar.xz
linux-dev-3d820cd4e82d1ff74340053fed54c6b89c8cc02b.zip
rpmsg: 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>
-rw-r--r--drivers/rpmsg/mtk_rpmsg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rpmsg/mtk_rpmsg.c b/drivers/rpmsg/mtk_rpmsg.c
index 232aa4e40133..83f2b8804ee9 100644
--- a/drivers/rpmsg/mtk_rpmsg.c
+++ b/drivers/rpmsg/mtk_rpmsg.c
@@ -8,6 +8,7 @@
#include <linux/platform_device.h>
#include <linux/remoteproc.h>
#include <linux/rpmsg/mtk_rpmsg.h>
+#include <linux/slab.h>
#include <linux/workqueue.h>
#include "rpmsg_internal.h"