mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
[media] radio-sf16fmi: get rid of warning: no previous prototype
drivers/media/radio/radio-sf16fmi.c:67:6: warning: no previous prototype for 'fmi_set_pins' [-Wmissing-prototypes] Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
4b644dccfd
commit
a5133b17df
@ -64,7 +64,7 @@ bool pnp_attached;
|
||||
#define FMI_BIT_VOL_SW (1 << 3)
|
||||
#define FMI_BIT_TUN_STRQ (1 << 4)
|
||||
|
||||
void fmi_set_pins(void *handle, u8 pins)
|
||||
static void fmi_set_pins(void *handle, u8 pins)
|
||||
{
|
||||
struct fmi *fmi = handle;
|
||||
u8 bits = FMI_BIT_TUN_STRQ;
|
||||
|
Loading…
Reference in New Issue
Block a user