summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobert Marko <[email protected]>2022-10-07 11:52:44 +0200
committerTom Rini <[email protected]>2022-10-12 08:56:24 -0400
commitce1df11bf4ed029cedf7d6b6bbf429ca50cd8161 (patch)
treebb97a286aa4450509e4e588b07b9c5c1adf00d11 /tools
parent0b154c8e8c726c68a28847aaa93756f0612995dc (diff)
smem: msm: add missing <linux/sizes.h>
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 <[email protected]> Cc: [email protected]
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions