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:
parent
fa79f5ec53
commit
9ef0c5ff0c
1 changed files with 0 additions and 5 deletions
|
@ -610,11 +610,6 @@ static const struct hid_device_id sensor_hub_devices[] = {
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(hid, 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 = {
|
static struct hid_driver sensor_hub_driver = {
|
||||||
.name = "hid-sensor-hub",
|
.name = "hid-sensor-hub",
|
||||||
.id_table = sensor_hub_devices,
|
.id_table = sensor_hub_devices,
|
||||||
|
|
Loading…
Add table
Reference in a new issue