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>
This commit is contained in:
Kristian Høgsberg
2007-03-07 12:12:37 -05:00
committed by Stefan Richter
vanhempi 937f687969
commit 49e1179b16
2 muutettua tiedostoa jossa 13 lisäystä ja 30 poistoa

Näytä tiedosto

@@ -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. */