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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,