Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e8ca38c authored by Fengguang Wu's avatar Fengguang Wu Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 5d5f87bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;