diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-24 14:42:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-26 05:47:55 -0400 |
commit | 24c8f11f8bce5a959d04f887179b0f1ec43e1c33 (patch) | |
tree | 806d90fe576bd47ef5b58bc65f3b378fb439812c /drivers/media | |
parent | 64e01cbd9d3e22e38eadeff9e0d251d0d7d1c9d2 (diff) |
[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')
-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 | |||
56 | 56 | ||
57 | static struct fmi fmi_card; | 57 | static struct fmi fmi_card; |
58 | static struct pnp_dev *dev; | 58 | static struct pnp_dev *dev; |
59 | bool pnp_attached; | 59 | static bool pnp_attached; |
60 | 60 | ||
61 | #define RSF16_MINFREQ (87U * 16000) | 61 | #define RSF16_MINFREQ (87U * 16000) |
62 | #define RSF16_MAXFREQ (108U * 16000) | 62 | #define RSF16_MAXFREQ (108U * 16000) |