VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Michael S. Tsirkin <mst@redhat.com> 2020-04-09 17:09:35 -0400 committer: Michael S. Tsirkin <mst@redhat.com> 2020-04-17 06:05:29 -0400 commit: 3d820cd4e82d1ff74340053fed54c6b89c8cc02b parent: f091abe80632b09f533472c1777858a968e96d1e
Commit Summary:
rpmsg: pull in slab.h
Diffstat:
1 file changed, 1 insertion, 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"