HID: quirks: make array hid_quirks static
authorColin Ian King <[email protected]>
Mon, 4 Dec 2017 11:19:10 +0000 (11:19 +0000)
committerJiri Kosina <[email protected]>
Thu, 7 Dec 2017 10:00:55 +0000 (11:00 +0100)
commit332347d4c7a1353cc0aa9a3f0cd238d36ce0d932
treeeb1de5f21b6c8a43655b005a9246af75e9805420
parent19ca28271c9a361629eb06382a43f355249de7ea
HID: quirks: make array hid_quirks static

Array hid_quirks is local to the source and does not need to be in
global scope, so make it static.

Cleans up sparse warning:
drivers/hid/hid-quirks.c:29:28: warning: symbol 'hid_quirks' was not
declared. Should it be static?

Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Benjamin Tissoires <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
drivers/hid/hid-quirks.c