media: atomisp: Make atomisp_set_raw_buffer_bitmap() static
authorHans de Goede <hdegoede@redhat.com>
Sun, 4 Sep 2022 12:59:08 +0000 (14:59 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 24 Sep 2022 08:12:14 +0000 (10:12 +0200)
commite208848cb10e203681d6b07b96acd55d3378ede0
treeebf12b7094aac5aab6f4fb701c47d60aa7735938
parent405dac898124da8c30474b4b720405915dcf209f
media: atomisp: Make atomisp_set_raw_buffer_bitmap() static

atomisp_set_raw_buffer_bitmap() is only used in atomisp_cmd.c,
make it static. Unfortunately this still requires a forward
declaration (the function cannot be moved easily).

Still this will at least make it obvious to anyone reading the code
that the function is not used elsewhere.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_cmd.c
drivers/staging/media/atomisp/pci/atomisp_cmd.h