
12 Oct
2022
12 Oct
'22
9:14 p.m.
On Fri, Oct 07, 2022 at 11:52:44AM +0200, Robert Marko wrote:
MSM SMEM driver is currently missing <linux/sizes.h> header and throws the following compile error:
drivers/smem/msm_smem.c: In function ‘qcom_smem_get_ptable’: drivers/smem/msm_smem.c:635:71: error: ‘SZ_4K’ undeclared (first use in this function) 635 | ptable = smem->regions[0].virt_base + smem->regions[0].size - SZ_4K;
Signed-off-by: Robert Marko robert.marko@sartura.hr Cc: luka.perkov@sartura.hr
Applied to u-boot/master, thanks!
--
Tom