Commit e09770db authored by Stefan Richter's avatar Stefan Richter

firewire: remove unused struct member

request_generation is internal to fw-ohci and unneeded in fw_card.
Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 15f0d833
...@@ -178,7 +178,7 @@ struct fw_ohci { ...@@ -178,7 +178,7 @@ struct fw_ohci {
struct tasklet_struct bus_reset_tasklet; struct tasklet_struct bus_reset_tasklet;
int node_id; int node_id;
int generation; int generation;
int request_generation; int request_generation; /* for timestamping incoming requests */
u32 bus_seconds; u32 bus_seconds;
bool old_uninorth; bool old_uninorth;
bool bus_reset_packet_quirk; bool bus_reset_packet_quirk;
......
...@@ -224,8 +224,6 @@ struct fw_card { ...@@ -224,8 +224,6 @@ struct fw_card {
int node_id; int node_id;
int generation; int generation;
/* This is the generation used for timestamping incoming requests. */
int request_generation;
int current_tlabel, tlabel_mask; int current_tlabel, tlabel_mask;
struct list_head transaction_list; struct list_head transaction_list;
struct timer_list flush_timer; struct timer_list flush_timer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment