projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d820cd
)
remoteproc: 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/remoteproc/stm32_rproc.c
patch
|
blob
|
history
diff --git
a/drivers/remoteproc/stm32_rproc.c
b/drivers/remoteproc/stm32_rproc.c
index 6a66dbf2df407db0371649d219b5a55247f32a86..0bdd56f02f1834a372b18ee76317fa85f6530cb2 100644
(file)
--- a/
drivers/remoteproc/stm32_rproc.c
+++ b/
drivers/remoteproc/stm32_rproc.c
@@
-19,6
+19,7
@@
#include <linux/regmap.h>
#include <linux/remoteproc.h>
#include <linux/reset.h>
+#include <linux/slab.h>
#include <linux/workqueue.h>
#include "remoteproc_internal.h"