File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ static const u8 hid_reportid_size_map[NUMBER_OF_HID_REPORTS] = {
554
554
555
555
#define LOGITECH_DJ_INTERFACE_NUMBER 0x02
556
556
557
- static struct hid_ll_driver logi_dj_ll_driver ;
557
+ static const struct hid_ll_driver logi_dj_ll_driver ;
558
558
559
559
static int logi_dj_recv_query_paired_devices (struct dj_receiver_dev * djrcv_dev );
560
560
static void delayedwork_callback (struct work_struct * work );
@@ -1506,7 +1506,7 @@ static bool logi_dj_ll_may_wakeup(struct hid_device *hid)
1506
1506
return hid_hw_may_wakeup (djrcv_dev -> hidpp );
1507
1507
}
1508
1508
1509
- static struct hid_ll_driver logi_dj_ll_driver = {
1509
+ static const struct hid_ll_driver logi_dj_ll_driver = {
1510
1510
.parse = logi_dj_ll_parse ,
1511
1511
.start = logi_dj_ll_start ,
1512
1512
.stop = logi_dj_ll_stop ,
You can’t perform that action at this time.
0 commit comments