[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200410021655.GA20625@builder.lan>
Date: Thu, 9 Apr 2020 19:16:55 -0700
From: Bjorn Andersson <bjorn.andersson@...aro.org>
To: "Michael S. Tsirkin" <mst@...hat.com>
Cc: linux-kernel@...r.kernel.org, Ohad Ben-Cohen <ohad@...ery.com>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
Alexandre Torgue <alexandre.torgue@...com>,
linux-remoteproc@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] remoteproc: pull in slab.h
On Thu 09 Apr 14:10 PDT 2020, Michael S. Tsirkin wrote:
> In preparation to virtio header changes, include slab.h directly as
> this module is using it.
>
> Signed-off-by: Michael S. Tsirkin <mst@...hat.com>
Acked-by: Bjorn Andersson <bjorn.andersson@...aro.org>
> ---
> drivers/remoteproc/stm32_rproc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/remoteproc/stm32_rproc.c b/drivers/remoteproc/stm32_rproc.c
> index a18f88044111..7ef931e9605c 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"
> --
> MST
>
Powered by blists - more mailing lists