Sudip Mukherjee f0a892f599 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>
2022-08-04 12:29:10 -07:00
..
2022-07-13 14:17:35 +10:00
2022-06-20 23:53:55 +03:00
2022-08-03 19:52:08 -07:00
2022-08-03 19:52:08 -07:00
2022-07-12 17:01:42 +10:00
2022-08-03 19:52:08 -07:00
2022-08-03 19:52:08 -07:00
2022-08-03 19:52:08 -07:00
2022-07-25 09:31:02 -04:00
2022-08-03 19:52:08 -07:00
2022-08-03 19:52:08 -07:00
2022-07-13 10:54:56 +10:00
2022-07-12 16:50:05 +10:00
2022-08-03 19:52:08 -07:00
2022-07-13 10:54:56 +10:00
2022-06-20 23:53:55 +03:00
2022-06-12 22:10:50 -01:00
2022-07-13 10:54:56 +10:00
2022-07-13 10:54:56 +10:00
2022-06-28 07:56:32 +02:00
2022-03-24 16:19:43 -07:00
2022-02-07 16:35:35 -08:00
2022-05-04 14:09:34 +02:00
2022-07-16 09:19:47 -04:00
2022-04-07 12:53:53 +02:00
2022-02-25 05:50:18 +10:00
2022-04-12 09:27:20 +03:00