media: atomisp: make dbgopt static

This fixes a sparse warning:

drivers/staging/media/atomisp/pci/atomisp_drvfs.c:40:14: warning: symbol 'dbgopt' was not declared. Should it be static?

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
Hans Verkuil 2024-02-02 10:21:20 +01:00
parent 83d48b5d39
commit 9590d1a03d

View File

@ -37,7 +37,7 @@
* bit 1: running binary
* bit 2: memory statistic
*/
unsigned int dbgopt = OPTION_BIN_LIST;
static unsigned int dbgopt = OPTION_BIN_LIST;
static inline int iunit_dump_dbgopt(struct atomisp_device *isp,
unsigned int opt)