1
0
Fork 0

[media] em28xx-cards: em28xx_devused can be static

Fix sparse warning:
	drivers/media/usb/em28xx/em28xx-cards.c:69:1: sparse: symbol 'em28xx_devused' was not declared. Should it be static?

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
hifive-unleashed-5.1
Fengguang Wu 2014-01-15 18:50:26 -03:00 committed by Mauro Carvalho Chehab
parent 5d5f87bce6
commit 9e8ca38c52
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ MODULE_PARM_DESC(usb_xfer_mode,
/* Bitmask marking allocated devices from 0 to EM28XX_MAXBOARDS - 1 */
DECLARE_BITMAP(em28xx_devused, EM28XX_MAXBOARDS);
static DECLARE_BITMAP(em28xx_devused, EM28XX_MAXBOARDS);
struct em28xx_hash_table {
unsigned long hash;