Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101348
b: refs/heads/master
c: bbf094c
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Jul 14, 2008
1 parent ebd5c2d commit d9f68c5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e534fe16b987780744da351acece2a4699783096
refs/heads/master: bbf094cf3dbd9a969dd17cf52325e9fab8dfbe91
1 change: 0 additions & 1 deletion trunk/drivers/firewire/fw-card.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ dummy_enable_phys_dma(struct fw_card *card,
}

static struct fw_card_driver dummy_driver = {
.name = "dummy",
.enable = dummy_enable,
.update_phy_reg = dummy_update_phy_reg,
.set_config_rom = dummy_set_config_rom,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/firewire/fw-device.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ struct fw_device {
bool cmc;
struct fw_card *card;
struct device device;
struct list_head link;
struct list_head client_list;
u32 *config_rom;
size_t config_rom_length;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/firewire/fw-ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,6 @@ ohci_queue_iso(struct fw_iso_context *base,
}

static const struct fw_card_driver ohci_driver = {
.name = ohci_driver_name,
.enable = ohci_enable,
.update_phy_reg = ohci_update_phy_reg,
.set_config_rom = ohci_set_config_rom,
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/firewire/fw-transaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,6 @@ int
fw_iso_context_stop(struct fw_iso_context *ctx);

struct fw_card_driver {
const char *name;

/*
* Enable the given card with the given initial config rom.
* This function is expected to activate the card, and either
Expand Down

0 comments on commit d9f68c5

Please sign in to comment.