mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
3121b1c44d
commit
e4aecaf2f5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue