diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2008-05-24 10:46:10 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2008-07-14 07:06:03 -0400 |
commit | bbf094cf3dbd9a969dd17cf52325e9fab8dfbe91 (patch) | |
tree | 3f77b6cb4fb5587cb10d735e96404d5d1386f64d /drivers/firewire/fw-ohci.c | |
parent | e534fe16b987780744da351acece2a4699783096 (diff) |
firewire: remove unused struct members
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-ohci.c')
-rw-r--r-- | drivers/firewire/fw-ohci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 0b66306af479..333b12544dd1 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -2292,7 +2292,6 @@ ohci_queue_iso(struct fw_iso_context *base, | |||
2292 | } | 2292 | } |
2293 | 2293 | ||
2294 | static const struct fw_card_driver ohci_driver = { | 2294 | static const struct fw_card_driver ohci_driver = { |
2295 | .name = ohci_driver_name, | ||
2296 | .enable = ohci_enable, | 2295 | .enable = ohci_enable, |
2297 | .update_phy_reg = ohci_update_phy_reg, | 2296 | .update_phy_reg = ohci_update_phy_reg, |
2298 | .set_config_rom = ohci_set_config_rom, | 2297 | .set_config_rom = ohci_set_config_rom, |