Skip to content

Commit 877b57c

Browse files
Grillo-0alexdeucher
authored andcommitted
drm/amd/amdgpu: Add function prototypes to headers
Add function prototypes to headers to reduce the number of -Wmissing-prototypes warnings. Signed-off-by: Arthur Grillo <arthurgrillo@riseup.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 6884b0e commit 877b57c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ struct amdgpu_firmware {
538538

539539
void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr);
540540
void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr);
541+
void amdgpu_ucode_print_imu_hdr(const struct common_firmware_header *hdr);
541542
void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr);
542543
void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr);
543544
void amdgpu_ucode_print_sdma_hdr(const struct common_firmware_header *hdr);

0 commit comments

Comments
 (0)