diff options
-rw-r--r-- | drivers/hid/hid-sensor-hub.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/hid/hid-sensor-hub.c b/drivers/hid/hid-sensor-hub.c index 0bc58bd8d4f5..3c55b3d4a0d1 100644 --- a/drivers/hid/hid-sensor-hub.c +++ b/drivers/hid/hid-sensor-hub.c | |||
@@ -610,11 +610,6 @@ static const struct hid_device_id sensor_hub_devices[] = { | |||
610 | }; | 610 | }; |
611 | MODULE_DEVICE_TABLE(hid, sensor_hub_devices); | 611 | MODULE_DEVICE_TABLE(hid, sensor_hub_devices); |
612 | 612 | ||
613 | static const struct hid_usage_id sensor_hub_grabbed_usages[] = { | ||
614 | { HID_ANY_ID, HID_ANY_ID, HID_ANY_ID }, | ||
615 | { HID_ANY_ID - 1, HID_ANY_ID - 1, HID_ANY_ID - 1 } | ||
616 | }; | ||
617 | |||
618 | static struct hid_driver sensor_hub_driver = { | 613 | static struct hid_driver sensor_hub_driver = { |
619 | .name = "hid-sensor-hub", | 614 | .name = "hid-sensor-hub", |
620 | .id_table = sensor_hub_devices, | 615 | .id_table = sensor_hub_devices, |