Commit e4aecaf2 authored by Jiri Kosina's avatar Jiri Kosina

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: default avatarJiri Kosina <jkosina@suse.cz>
parent 3121b1c4
......@@ -31,7 +31,7 @@ struct thingm_fwinfo {
unsigned first;
};
const struct thingm_fwinfo thingm_fwinfo[] = {
static const struct thingm_fwinfo thingm_fwinfo[] = {
{
.major = THINGM_MAJOR_MK1,
.numrgb = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment