diff options
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index a43bb22912f9..1a22a23e4596 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -221,7 +221,6 @@ struct fw_card { | |||
221 | const struct fw_card_driver *driver; | 221 | const struct fw_card_driver *driver; |
222 | struct device *device; | 222 | struct device *device; |
223 | atomic_t device_count; | 223 | atomic_t device_count; |
224 | struct kref kref; | ||
225 | 224 | ||
226 | int node_id; | 225 | int node_id; |
227 | int generation; | 226 | int generation; |
@@ -263,9 +262,6 @@ struct fw_card { | |||
263 | int bm_generation; | 262 | int bm_generation; |
264 | }; | 263 | }; |
265 | 264 | ||
266 | struct fw_card *fw_card_get(struct fw_card *card); | ||
267 | void fw_card_put(struct fw_card *card); | ||
268 | |||
269 | /* | 265 | /* |
270 | * The iso packet format allows for an immediate header/payload part | 266 | * The iso packet format allows for an immediate header/payload part |
271 | * stored in 'header' immediately after the packet info plus an | 267 | * stored in 'header' immediately after the packet info plus an |