diff options
author | Tom Rix <trix@redhat.com> | 2023-03-03 16:27:31 +0300 |
---|---|---|
committer | Karol Herbst <kherbst@redhat.com> | 2023-03-16 16:53:15 +0300 |
commit | abe3c66f3491ff14a5d616921441452f2c9693ff (patch) | |
tree | 4ad65b59d9ed152874129da7739eb935ebb51598 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 328839ff93709a517e89ba1de1132c5d138e5dcb (diff) | |
download | linux-abe3c66f3491ff14a5d616921441452f2c9693ff.tar.xz |
drm/nouveau/fifo: set gf100_fifo_nonstall_block_dump storage-class-specifier to static
gcc with W=1 reports
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:451:1: error:
no previous prototype for ‘gf100_fifo_nonstall_block’ [-Werror=missing-prototypes]
451 | gf100_fifo_nonstall_block(struct nvkm_event *event, int type, int index)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
gf100_fifo_nonstall_block is only used in gf100.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/20230303132731.1919329-1-trix@redhat.com
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions