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 <[email protected]> > ---
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

