]> Git Repo - J-linux.git/commitdiff
drm/amd/amdgpu: Add function prototypes to headers
authorArthur Grillo <[email protected]>
Mon, 13 Feb 2023 20:49:16 +0000 (17:49 -0300)
committerAlex Deucher <[email protected]>
Thu, 16 Feb 2023 03:24:36 +0000 (22:24 -0500)
Add function prototypes to headers to reduce the number of
-Wmissing-prototypes warnings.

Signed-off-by: Arthur Grillo <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h

index bee93ab4298f1fc53338f480376cfb6f31651784..b03321e7d2d893a4f8c79034c4d2774989f5c06f 100644 (file)
@@ -538,6 +538,7 @@ struct amdgpu_firmware {
 
 void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr);
 void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr);
+void amdgpu_ucode_print_imu_hdr(const struct common_firmware_header *hdr);
 void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr);
 void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr);
 void amdgpu_ucode_print_sdma_hdr(const struct common_firmware_header *hdr);
This page took 0.04933 seconds and 4 git commands to generate.