diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2020-04-09 23:09:35 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-04-17 12:05:29 +0200 |
commit | bf02bd9ae27af53025924502060983a92f97e929 (patch) | |
tree | 12ffc7e405380be37b5d9b73f12161d0f0a81328 /drivers/remoteproc | |
parent | rpmsg: pull in slab.h (diff) | |
download | linux-bf02bd9ae27af53025924502060983a92f97e929.tar.xz linux-bf02bd9ae27af53025924502060983a92f97e929.zip |
remoteproc: 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>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/stm32_rproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/stm32_rproc.c b/drivers/remoteproc/stm32_rproc.c index 6a66dbf2df40..0bdd56f02f18 100644 --- 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" |