diff options
author | Arnd Bergmann <[email protected]> | 2023-06-02 19:29:02 +0100 |
---|---|---|
committer | Russell King (Oracle) <[email protected]> | 2023-06-19 09:35:56 +0100 |
commit | c9a1d4f672173b1d0235c5c11b9fb9b030381219 (patch) | |
tree | 451209c51deac74ab8db85969c6a8ecd87a80fd2 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | |
parent | be0796b07ba845f40ab90bc3fead01f757a6d98a (diff) |
ARM: 9310/1: xip-kernel: add __inflate_kernel_data prototype
The kernel .data decompression is called from assembler, so it does
not need a prototype, but adding one avoids this W=1 warning:
arch/arm/kernel/head-inflate-data.c:35:12: error: no previous prototype for '__inflate_kernel_data' [-Werror=missing-prototypes]
The same file contains a few extern declarations for assembler
symbols, move those into the header as well for consistency.
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Russell King (Oracle) <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions