diff options
author | Kefeng Wang <[email protected]> | 2020-07-13 10:00:03 +0800 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-07-13 11:54:27 -0700 |
commit | 0cf17702d872128fc2bec79a9578b5cb00d54a11 (patch) | |
tree | 47d74cc24a28a7c2f21a2b4db5e833e494f729bf /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 62495d778439a4e47571293511a785cba754874c (diff) |
remoteproc: qcom: Add missing slab.h
drivers/remoteproc/qcom_common.c: In function 'qcom_ssr_get_subsys':
drivers/remoteproc/qcom_common.c:210:9: error: implicit declaration of function 'kzalloc'; did you mean 'vzalloc'?
[-Werror=implicit-function-declaration]
info = kzalloc(sizeof(*info), GFP_KERNEL);
^~~~~~~
vzalloc
kzalloc() is declared in linux/slab.h, add include to fix build issue.
Tested-by: Alex Elder <[email protected]>
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Kefeng Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions