summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-12-10 22:59:24 +0300
committerAlex Deucher <alexander.deucher@amd.com>2019-12-11 23:22:08 +0300
commitaec434023e528bdc8a914458fc729c62eb5e6139 (patch)
tree96e4814c681fd9ca177c1bea16bb8b70cfee9c4d /tools/perf/scripts/python/export-to-sqlite.py
parent3504bd45a99eae374ae54327bf7a6ebf1c8de15a (diff)
downloadlinux-aec434023e528bdc8a914458fc729c62eb5e6139.tar.xz
drm/amd/display: include linux/slab.h where needed
Calling kzalloc() and related functions requires the linux/slab.h header to be included: drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function 'dcn21_ipp_create': drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:679:3: error: implicit declaration of function 'kzalloc'; did you mean 'd_alloc'? [-Werror=implicit-function-declaration] kzalloc(sizeof(struct dcn10_ipp), GFP_KERNEL); A lot of other headers also miss a direct include in this file, but this is the only one that causes a problem for now. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions