mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
[media] fmdrv_common: fix sparse warning
drivers/media/radio/wl128x/fmdrv_common.c:178:6: warning: symbol 'g_st_write' was not declared. Should it be static? Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
84eeb0b4c7
commit
883cdd5e3b
@ -175,7 +175,7 @@ static int_handler_prototype int_handler_table[] = {
|
||||
fm_irq_handle_intmsk_cmd_resp
|
||||
};
|
||||
|
||||
long (*g_st_write) (struct sk_buff *skb);
|
||||
static long (*g_st_write) (struct sk_buff *skb);
|
||||
static struct completion wait_for_fmdrv_reg_comp;
|
||||
|
||||
static inline void fm_irq_call(struct fmdev *fmdev)
|
||||
|
Loading…
Reference in New Issue
Block a user