From: Michael S. Tsirkin Date: Thu, 9 Apr 2020 21:09:35 +0000 (-0400) Subject: remoteproc: pull in slab.h X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~2339^2~9 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=bf02bd9ae27af53025924502060983a92f97e929;p=linux.git 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 --- 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 #include #include +#include #include #include "remoteproc_internal.h"