media: stb6100: mark a currently unused function as such
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Nov 2021 08:34:26 +0000 (08:34 +0000)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 29 Nov 2021 09:14:34 +0000 (10:14 +0100)
commita62d2f710799263709db82f251e30c73886cc3af
tree0f15b855524ef86a842c41e069a083aa34b36464
parent1f1517fafda598839a02e39968c5063ddcfa51fc
media: stb6100: mark a currently unused function as such

The stb6100_normalise_regs() function is not used with current
boards, but the driver says that some devices could need it.
Ok, we could simply drop it, but as there's a macro to mark
unused functions, use it.

This should shut up a clang warning.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/dvb-frontends/stb6100.c