|
|
@@ -932,7 +932,7 @@ static void go7007_usb_release(struct go7007 *go)
|
|
|
kfree(go->hpi_context);
|
|
|
}
|
|
|
|
|
|
-static struct go7007_hpi_ops go7007_usb_ezusb_hpi_ops = {
|
|
|
+static const struct go7007_hpi_ops go7007_usb_ezusb_hpi_ops = {
|
|
|
.interface_reset = go7007_usb_interface_reset,
|
|
|
.write_interrupt = go7007_usb_ezusb_write_interrupt,
|
|
|
.read_interrupt = go7007_usb_read_interrupt,
|
|
|
@@ -942,7 +942,7 @@ static struct go7007_hpi_ops go7007_usb_ezusb_hpi_ops = {
|
|
|
.release = go7007_usb_release,
|
|
|
};
|
|
|
|
|
|
-static struct go7007_hpi_ops go7007_usb_onboard_hpi_ops = {
|
|
|
+static const struct go7007_hpi_ops go7007_usb_onboard_hpi_ops = {
|
|
|
.interface_reset = go7007_usb_interface_reset,
|
|
|
.write_interrupt = go7007_usb_onboard_write_interrupt,
|
|
|
.read_interrupt = go7007_usb_read_interrupt,
|