diff options
Diffstat (limited to 'drivers/firewire/fw-ohci.c')
-rw-r--r-- | drivers/firewire/fw-ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 5d42d18bd455..d3750a2692e9 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -1146,7 +1146,7 @@ ohci_queue_iso(struct fw_iso_context *base, | |||
1146 | return 0; | 1146 | return 0; |
1147 | } | 1147 | } |
1148 | 1148 | ||
1149 | static struct fw_card_driver ohci_driver = { | 1149 | static const struct fw_card_driver ohci_driver = { |
1150 | .name = ohci_driver_name, | 1150 | .name = ohci_driver_name, |
1151 | .enable = ohci_enable, | 1151 | .enable = ohci_enable, |
1152 | .update_phy_reg = ohci_update_phy_reg, | 1152 | .update_phy_reg = ohci_update_phy_reg, |