mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 13:46:43 +07:00
firewire: core: remove unused definitions
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
53dca51175
commit
da62df141e
@ -138,12 +138,6 @@ typedef void (*fw_address_callback_t)(struct fw_card *card,
|
|||||||
void *data, size_t length,
|
void *data, size_t length,
|
||||||
void *callback_data);
|
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 {
|
struct fw_packet {
|
||||||
int speed;
|
int speed;
|
||||||
int generation;
|
int generation;
|
||||||
@ -184,12 +178,6 @@ struct fw_transaction {
|
|||||||
void *callback_data;
|
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 {
|
struct fw_address_handler {
|
||||||
u64 offset;
|
u64 offset;
|
||||||
size_t length;
|
size_t length;
|
||||||
|
Loading…
Reference in New Issue
Block a user