Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

HID: thingm: thingm_fwinfo[] doesn't need to be global

No need to pollute global namespace by thingm_fwinfo[]. Make it static.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>

+1 -1
+1 -1
drivers/hid/hid-thingm.c
··· 31 31 unsigned first; 32 32 }; 33 33 34 - const struct thingm_fwinfo thingm_fwinfo[] = { 34 + static const struct thingm_fwinfo thingm_fwinfo[] = { 35 35 { 36 36 .major = THINGM_MAJOR_MK1, 37 37 .numrgb = 1,