Commit e90e7c28 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: steelseries: arctis_1_battery_request[] should be static



arctis_1_battery_request[] is not used outside of this module, and as
such should be static.

Fixes: a0c76896 ("HID: steelseries: Add support for Arctis 1 XBox")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a0c76896
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ static void steelseries_srws1_remove(struct hid_device *hdev)
#define STEELSERIES_HEADSET_BATTERY_TIMEOUT_MS	3000

#define ARCTIS_1_BATTERY_RESPONSE_LEN		8
const char arctis_1_battery_request[] = { 0x06, 0x12 };
static const char arctis_1_battery_request[] = { 0x06, 0x12 };

static int steelseries_headset_arctis_1_fetch_battery(struct hid_device *hdev)
{