diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2020-04-06 20:39:37 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-04-17 06:05:29 -0400 |
commit | bf89a7c0218f5cbc0778b5a1b353006339a07421 (patch) | |
tree | e432cfae700708d4aa62ba15406346399ddcc674 /drivers/remoteproc | |
parent | b69df6cd0ad72e0ee5833887f8ac062170984cf5 (diff) | |
download | linux-stable-bf89a7c0218f5cbc0778b5a1b353006339a07421.tar.gz linux-stable-bf89a7c0218f5cbc0778b5a1b353006339a07421.tar.bz2 linux-stable-bf89a7c0218f5cbc0778b5a1b353006339a07421.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>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/remoteproc_sysfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/remoteproc_sysfs.c b/drivers/remoteproc/remoteproc_sysfs.c index 7f8536b73295..52b871327b55 100644 --- a/drivers/remoteproc/remoteproc_sysfs.c +++ b/drivers/remoteproc/remoteproc_sysfs.c @@ -4,6 +4,7 @@ */ #include <linux/remoteproc.h> +#include <linux/slab.h> #include "remoteproc_internal.h" |