aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-transaction.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-03-07 12:12:37 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2007-03-09 22:03:06 +0100
commit49e1179b16fe54bfa070cd955a24c5ce82e21d16 (patch)
treec16d10fd3e95f43b49a8a016a4d64198f275fa50 /drivers/firewire/fw-transaction.h
parentfirewire: Let an fw_descriptor specify a leading immediate key/value pair. (diff)
downloadlinux-dev-49e1179b16fe54bfa070cd955a24c5ce82e21d16.tar.xz
linux-dev-49e1179b16fe54bfa070cd955a24c5ce82e21d16.zip
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.h3
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;
struct fw_card {
const struct fw_card_driver *driver;
struct device *device;
+ struct kref kref;
int node_id;
int generation;
@@ -300,8 +301,6 @@ struct fw_card {
int index;
- struct device card_device;
-
struct list_head link;
/* Work struct for BM duties. */