projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f091abe
)
rpmsg: pull in slab.h
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 9 Apr 2020 21:09:35 +0000
(17:09 -0400)
committer
Michael S. Tsirkin
<mst@redhat.com>
Fri, 17 Apr 2020 10:05:29 +0000
(06:05 -0400)
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>
drivers/rpmsg/mtk_rpmsg.c
patch
|
blob
|
history
diff --git
a/drivers/rpmsg/mtk_rpmsg.c
b/drivers/rpmsg/mtk_rpmsg.c
index 232aa4e4013362124ba828c9a08a0fa93c210fb0..83f2b8804ee989df521372b879e709cb9d129cf5 100644
(file)
--- 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"