mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
[media] radio-sf16fmi: declare pnp_attached as static
drivers/media/radio/radio-sf16fmi.c:59:6: warning: symbol 'pnp_attached' was not declared. Should it be static? Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
64e01cbd9d
commit
24c8f11f8b
@ -56,7 +56,7 @@ struct fmi
|
||||
|
||||
static struct fmi fmi_card;
|
||||
static struct pnp_dev *dev;
|
||||
bool pnp_attached;
|
||||
static bool pnp_attached;
|
||||
|
||||
#define RSF16_MINFREQ (87U * 16000)
|
||||
#define RSF16_MAXFREQ (108U * 16000)
|
||||
|
Loading…
Reference in New Issue
Block a user