HID: sensor-hub: get rid of unused sensor_hub_grabbed_usages[] table
This table is not used anywhere in the driver so kill it. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Родитель
fa79f5ec53
Коммит
9ef0c5ff0c
|
@ -610,11 +610,6 @@ static const struct hid_device_id sensor_hub_devices[] = {
|
|||
};
|
||||
MODULE_DEVICE_TABLE(hid, sensor_hub_devices);
|
||||
|
||||
static const struct hid_usage_id sensor_hub_grabbed_usages[] = {
|
||||
{ HID_ANY_ID, HID_ANY_ID, HID_ANY_ID },
|
||||
{ HID_ANY_ID - 1, HID_ANY_ID - 1, HID_ANY_ID - 1 }
|
||||
};
|
||||
|
||||
static struct hid_driver sensor_hub_driver = {
|
||||
.name = "hid-sensor-hub",
|
||||
.id_table = sensor_hub_devices,
|
||||
|
|
Загрузка…
Ссылка в новой задаче