diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-03-07 12:12:37 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:03:06 -0500 |
commit | 49e1179b16fe54bfa070cd955a24c5ce82e21d16 (patch) | |
tree | c16d10fd3e95f43b49a8a016a4d64198f275fa50 /drivers/firewire/fw-transaction.h | |
parent | 937f687969f77bfeee5efd71cadfa6f1a813665e (diff) |
firewire: Drop the unused fw_card device.
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index 552e9af081e9..b0d057533fb0 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -270,6 +270,7 @@ extern struct bus_type fw_bus_type; | |||
270 | struct fw_card { | 270 | struct fw_card { |
271 | const struct fw_card_driver *driver; | 271 | const struct fw_card_driver *driver; |
272 | struct device *device; | 272 | struct device *device; |
273 | struct kref kref; | ||
273 | 274 | ||
274 | int node_id; | 275 | int node_id; |
275 | int generation; | 276 | int generation; |
@@ -300,8 +301,6 @@ struct fw_card { | |||
300 | 301 | ||
301 | int index; | 302 | int index; |
302 | 303 | ||
303 | struct device card_device; | ||
304 | |||
305 | struct list_head link; | 304 | struct list_head link; |
306 | 305 | ||
307 | /* Work struct for BM duties. */ | 306 | /* Work struct for BM duties. */ |