diff options
author | Tom Rix <trix@redhat.com> | 2023-03-02 07:48:19 -0500 |
---|---|---|
committer | Karol Herbst <kherbst@redhat.com> | 2023-03-16 14:53:15 +0100 |
commit | b24343eaceedb902c1625854f85a193b0549d85f (patch) | |
tree | ed3fa5ea89bd4d9b1d9b5a666b2ffc261295b9b2 /drivers/gpu/drm/imx/lcdc/imx-lcdc.c | |
parent | c14bff92abfe464974c795ad53625ffbb6d6ef31 (diff) |
drm/nouveau/nvfw/acr: set wpr_generic_header_dump storage-class-specifier to static
gcc with W=1 reports
drivers/gpu/drm/nouveau/nvkm/nvfw/acr.c:49:1: error: no previous
prototype for ‘wpr_generic_header_dump’ [-Werror=missing-prototypes]
49 | wpr_generic_header_dump(struct nvkm_subdev *subdev,
| ^~~~~~~~~~~~~~~~~~~~~~~
wpr_generic_header_dump is only used in acr.c, so it should be static
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230302124819.686469-1-trix@redhat.com
Diffstat (limited to 'drivers/gpu/drm/imx/lcdc/imx-lcdc.c')
0 files changed, 0 insertions, 0 deletions