From: Michael S. Tsirkin Date: Thu, 9 Apr 2020 21:09:35 +0000 (-0400) Subject: rpmsg: pull in slab.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3d820cd4e82d1ff74340053fed54c6b89c8cc02b;p=linux.git rpmsg: 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/rpmsg/mtk_rpmsg.c b/drivers/rpmsg/mtk_rpmsg.c index 232aa4e401336..83f2b8804ee98 100644 --- a/drivers/rpmsg/mtk_rpmsg.c +++ b/drivers/rpmsg/mtk_rpmsg.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include "rpmsg_internal.h"