Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135998
b: refs/heads/master
c: da62df1
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Mar 24, 2009
1 parent 49ae054 commit ddce4a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 53dca51175cc2f66d21aeb1e70146cca65c53dad
refs/heads/master: da62df141e3f879445e3daef36bd3a12c90841e2
12 changes: 0 additions & 12 deletions trunk/drivers/firewire/fw-transaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ typedef void (*fw_address_callback_t)(struct fw_card *card,
void *data, size_t length,
void *callback_data);

typedef void (*fw_bus_reset_callback_t)(struct fw_card *handle,
int node_id, int generation,
u32 *self_ids,
int self_id_count,
void *callback_data);

struct fw_packet {
int speed;
int generation;
Expand Down Expand Up @@ -184,12 +178,6 @@ struct fw_transaction {
void *callback_data;
};

static inline struct fw_packet *
fw_packet(struct list_head *l)
{
return list_entry(l, struct fw_packet, link);
}

struct fw_address_handler {
u64 offset;
size_t length;
Expand Down

0 comments on commit ddce4a4

Please sign in to comment.