Re: [PATCH 1/5] rpmsg: smd: Add missing include of sizes.h
From: Niklas Cassel
Date: Wed Jun 13 2018 - 09:16:30 EST
On Wed, Jun 13, 2018 at 02:53:56PM +0200, Niklas Cassel wrote:
> Add missing include of sizes.h.
>
> drivers/rpmsg/qcom_smd.c: In function âqcom_smd_channel_openâ:
> drivers/rpmsg/qcom_smd.c:809:36: error: âSZ_4Kâ undeclared (first use in this function)
> bb_size = min(channel->fifo_size, SZ_4K);
> ^~~~~
>
> Signed-off-by: Niklas Cassel <niklas.cassel@xxxxxxxxxx>
> ---
Argh, my git send-email scripts were too stupid to add Andy
and linux-arm-msm to this patch.
Some of the drivers in drivers/soc/qcom depended on this file.
Not sure if this patch should go via Andy's tree or Bjorn's.
Regards,
Niklas