diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-24 22:42:11 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-26 13:47:55 +0400 |
commit | 24c8f11f8bce5a959d04f887179b0f1ec43e1c33 (patch) | |
tree | 806d90fe576bd47ef5b58bc65f3b378fb439812c /drivers/media/radio | |
parent | 64e01cbd9d3e22e38eadeff9e0d251d0d7d1c9d2 (diff) | |
download | linux-24c8f11f8bce5a959d04f887179b0f1ec43e1c33.tar.xz |
[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>
Diffstat (limited to 'drivers/media/radio')
-rw-r--r-- | drivers/media/radio/radio-sf16fmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-sf16fmi.c b/drivers/media/radio/radio-sf16fmi.c index bcd0946c84a5..28a89466cddc 100644 --- a/drivers/media/radio/radio-sf16fmi.c +++ b/drivers/media/radio/radio-sf16fmi.c @@ -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) |