diff options
| author | Donald Robson <[email protected]> | 2023-11-30 16:00:15 +0000 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2023-12-04 09:41:59 +0100 |
| commit | 7620c6bd76b1076b104926b78da8d6ff17cfef5d (patch) | |
| tree | 7db79a12ee9afa76d0a43e0dbbebb33e0d76f0ad /tools/perf/scripts/python | |
| parent | 0ffe9eb826f1391d52089ba8056a3778688da57d (diff) | |
drm/imagination: pvr_device_process_active_queues now static
The function below is used only within this source file, but is not static.
>> drivers/gpu/drm/imagination/pvr_device.c:129:6: warning: no previous prototype for function 'pvr_device_process_active_queues' [-Wmissing-prototypes]
129 | void pvr_device_process_active_queues(struct pvr_device *pvr_dev)
| ^
drivers/gpu/drm/imagination/pvr_device.c:129:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
129 | void pvr_device_process_active_queues(struct pvr_device *pvr_dev)
| ^
| static
1 warning generated.
Make it static.
Reported-by: Arnd Bergmann <[email protected]>
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Fixes: eaf01ee5ba28 ("drm/imagination: Implement job submission and scheduling")
Signed-off-by: Donald Robson <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions