Skip to content
Snippets Groups Projects
Commit e4aecaf2 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

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
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment