From: Michael S. Tsirkin Date: Tue, 7 Apr 2020 00:39:37 +0000 (-0400) Subject: remoteproc: pull in slab.h X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~2339^2~12 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=bf89a7c0218f5cbc0778b5a1b353006339a07421;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 Acked-by: Bjorn Andersson --- 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 +#include #include "remoteproc_internal.h"