mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-22 23:29:16 +00:00
As reported by gcc:
drivers/media/platform/sti/hva/hva-v4l2.c:227:6: warning: no previous prototype for 'hva_dbg_summary' [-Wmissing-prototypes]
void hva_dbg_summary(struct hva_ctx *ctx)
^~~~~~~~~~~~~~~
This function is used only internally, so make it static.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||
|---|---|---|
| .. | ||
| hva-debugfs.c | ||
| hva-h264.c | ||
| hva-hw.c | ||
| hva-hw.h | ||
| hva-mem.c | ||
| hva-mem.h | ||
| hva-v4l2.c | ||
| hva.h | ||
| Makefile | ||