Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbf094cf authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: remove unused struct members

parent e534fe16
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
+0 −1
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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,
+0 −2
Original line number Diff line number Diff line
@@ -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