aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/vfio_pci_core.c
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2022-08-04 19:01:46 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2022-08-04 12:29:10 -0700
commitf0a892f599c46af673e47418c47c15e69a7b67f4 (patch)
tree8a53cc7ea241b0985fa42c949676a476b4e4eff1 /drivers/vfio/pci/vfio_pci_core.c
parentMerge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx (diff)
downloadlinux-dev-f0a892f599c46af673e47418c47c15e69a7b67f4.tar.xz
linux-dev-f0a892f599c46af673e47418c47c15e69a7b67f4.zip
drm/amd/amdgpu: fix build failure due to implicit declaration
The builds for alpha and mips allmodconfig fails with the error: drivers/gpu/drm/amd/amdgpu/psp_v13_0.c:534:23: error: implicit declaration of function 'vmalloc'; did you mean 'kvmalloc'? [-Werror=implicit-function-declaration] drivers/gpu/drm/amd/amdgpu/psp_v13_0.c:534:21: error: assignment to 'void *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] drivers/gpu/drm/amd/amdgpu/psp_v13_0.c:545:33: error: implicit declaration of function 'vfree'; did you mean 'kvfree'? [-Werror=implicit-function-declaration] Add the header file for vmalloc and vfree. Reported-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Suggested-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/vfio/pci/vfio_pci_core.c')
0 files changed, 0 insertions, 0 deletions